Shtesa Shfletuesi Firefox
  • Zgjerime
  • Tema
    • për Firefox
    • Fjalorë & Paketa Gjuhësore
    • Sajte Shfletuesish të Tjerë
    • Shtesa për Android
Hyni
Ikonë shtese

Historik versionesh për ChromeLogger - 16 versione

ChromeLogger nga BurningMoth

Vlerësuar me 4,6 yje nga 5 të mundshëm
Vlerësuar me 4,6 yje nga 5 të mundshëm
5
23
4
3
3
0
2
0
1
2
Historik versionesh për ChromeLogger - 16 versione
  • Bëni kujdes me versione të vjetër! Këto versione shfaqen për qëllime testimi dhe si referencë.Duhet të përdorni përherë versionin më të ri të një shtese.

  • Versioni më i ri

    Version 3.0

    Hedhur në qarkullim më 27 Sht 2024 - 26,07 KB
    Funksionon me firefox 58.0 dhe më të freskët
    * Includes devtools panel displaying parsed chromelogger messages for active tab when open or when unable to log messages to web console -- in which case the user is prompted to open the panel.
    * Valid XML strings passed via "dir" or "dirxml" type/method are displayed as interactive trees on the panel similar to objects.
    * Support for "debug" type/method substitution styles.
    * Fixed options reset button which wasn't working.
    * Various tweaks and deprecation fixes.

    Kod burim i hedhur në qarkullim sipas Mozilla Public License 2.0

    Që të përdorni këtë zgjerim, ju duhet Firefox-i
    Shkarkoni Firefox-in dhe merrni zgjerimin
    Shkarko kartelën
  • Versione të vjetër

    Version 2.0

    Hedhur në qarkullim më 25 Nën 2019 - 21,23 KB
    Funksionon me firefox 42.0 dhe më të freskët
    * Removed: `<script[data-chromelogger-data]>` and `<script[data-chromelogger-rows]>` node parsing.
    * Added: `<script[type="application/json"]#chromelogger>` node parsing.
    * Updated: moved DOM parsing functionality from devtools eval'd code to injected content script.
    * Fixed: dark, transparent icon did not display well w/dark theme.

    Kod burim i hedhur në qarkullim sipas Mozilla Public License 2.0

    Shkarko kartelën
  • Version 1.7.3

    Hedhur në qarkullim më 9 Tet 2018 - 17,14 KB
    Funksionon me firefox 42.0 dhe më të freskët
    * Fixed: null "object" resulted in error when checked for property, ending processing of rest of data stack.

    Kod burim i hedhur në qarkullim sipas Mozilla Public License 2.0

    Shkarko kartelën
  • Version 1.7.2

    Hedhur në qarkullim më 6 Gus 2018 - 16,67 KB
    Funksionon me firefox 42.0 dhe më të freskët, android 48.0 deri te 68.*
    * Fixed: invalid `data.rows[...].type` values resulted in `console` error.

    Kod burim i hedhur në qarkullim sipas Mozilla Public License 2.0

    Shkarko kartelën
  • Version 1.7.1

    Hedhur në qarkullim më 5 Gus 2018 - 16,6 KB
    Funksionon me firefox 42.0 dhe më të freskët, android 48.0 deri te 68.*
    * Fixed: broken `table` and various other `console` methods.
    * Fixed: inadequate substitution pattern detection and subsequent unescaping.

    Kod burim i hedhur në qarkullim sipas Mozilla Public License 2.0

    Shkarko kartelën
  • Version 1.7

    Hedhur në qarkullim më 4 Gus 2018 - 16,29 KB
    Funksionon me firefox 42.0 dhe më të freskët, android 48.0 deri te 68.*
    * Fixed: columns arrays that were arranged in ways or [in|ex]cluded columns other than what was explicitly specified by the protocol failed to process. @shoutout Zxurian
    * Added: Support for `[object].___class_name` and Class Name substitution styling.
    * Added: Support for `X-ChromePHP-Data` headers.
    * Updated: Now scans headers from all resource types.
    * Updated: `data-chromelogger-version="1.0"` and `data-chromelogger-columns="log,backtrace,type"` optional attributes parsed from `<script[data-chromelogger-rows]>` nodes.
    * Added: `<script[data-chromelogger-data]>` node parsing.
    * Added: `display_data_url=[bool]` setting and Data Header substitution styling.
    * Updated: removed "METHOD url" display from being appended to first parsed data row, logged separately if `display_data_url=true`.

    Kod burim i hedhur në qarkullim sipas Mozilla Public License 2.0

    Shkarko kartelën
  • Version 1.6.1

    Hedhur në qarkullim më 25 Pri 2018 - 14,49 KB
    Funksionon me firefox 42.0 dhe më të freskët, android 48.0 deri te 68.*
    * Fixed: trying (and failing, of course) to process null values as objects w/enumerated properties.
    * Fixed: tabs.executeScript() fails injecting both file + code, throws to devtools fallback.

    Kod burim i hedhur në qarkullim sipas Mozilla Public License 2.0

    Shkarko kartelën
  • Version 1.6

    Hedhur në qarkullim më 24 Pri 2018 - 14,31 KB
    Funksionon me firefox 42.0 dhe më të freskët, android 48.0 deri te 68.*
    * Restored: removal of `__proto__` and `length` properties from objects and arrays.

    Kod burim i hedhur në qarkullim sipas Mozilla Public License 2.0

    Shkarko kartelën
  • Version 1.5

    Hedhur në qarkullim më 27 Mar 2018 - 13,66 KB
    Funksionon me firefox 42.0 dhe më të freskët, android 48.0 deri te 68.*
    * Added: console message styling for various contexts w/options page to customize.
    * Added: parsing of ChromeLogger formatted rows data from loaded DOM content. Syntax: `<script data-chromelogger-rows="{key}">var {key} = [[log, backtrace, type], ...];</script>`
    * Issue: cannot retrieve rows data from subframes DOM until Firefox supports devtools.inspectedWindow.eval() options parameter!
    * Regression: `__proto__` and `length` object and array properties no longer removed. Problematic.

    Kod burim i hedhur në qarkullim sipas Mozilla Public License 2.0

    Shkarko kartelën
  • Version 1.4

    Hedhur në qarkullim më 19 Mar 2018 - 10,62 KB
    Funksionon me firefox 42.0 dhe më të freskët, android 48.0 deri te 68.*
    * Updated: chromelogger protocol trace value now appended to passed console method arguments. @shoutout Erik

    Kod burim i hedhur në qarkullim sipas Mozilla Public License 2.0

    Shkarko kartelën
  • Version 1.3

    Hedhur në qarkullim më 24 Dhj 2017 - 10,21 KB
    Funksionon me firefox 42.0 dhe më të freskët, android 48.0 deri te 68.*
    * Added: `__proto__` and `length` properties are removed from objects and arrays respectively output to web console.

    Kod burim i hedhur në qarkullim sipas Mozilla Public License 2.0

    Shkarko kartelën
  • Version 1.2

    Hedhur në qarkullim më 17 Dhj 2017 - 9,63 KB
    Funksionon me firefox 42.0 dhe më të freskët, android 48.0 deri te 68.*
    * Added: Tab.fallback, flagged true if log.js fails to inject onDOMReady as in the case when Firefox loads JSON viewer in the tab inspectedWindow.
    * Updated: Tab.log() sends parsed ChromeLoggerData back to dev.js if Tab.fallback is true.
    * Updated: dev.js runtime.Port.onMessage handler stringifies and runs ChromeLoggerData from Tab.log() through devtools.inspectedWindow.eval(), dirty but effective.

    Kod burim i hedhur në qarkullim sipas Mozilla Public License 2.0

    Shkarko kartelën
  • Version 1.1.1

    Hedhur në qarkullim më 29 Nën 2017 - 8,76 KB
    Funksionon me firefox 42.0 dhe më të freskët, android 48.0 deri te 68.*
    * Updated: Chrome Logger data row values validation, replacement on missing with defaults. @shoutout Honza
    * Fixed: warning on icon being wrong size.

    Kod burim i hedhur në qarkullim sipas Mozilla Public License 2.0

    Shkarko kartelën
  • Version 1.1

    Hedhur në qarkullim më 20 Nën 2017 - 18,16 KB
    Funksionon me firefox 42.0 dhe më të freskët, android 48.0 deri te 68.*
    * Added: webNavigation event handlers to replace spotty tab.onUpdated event handler.
    * Updated: Chrome Logger data rows callback catches malformed row data.

    Kod burim i hedhur në qarkullim sipas Mozilla Public License 2.0

    Shkarko kartelën
  • Version 1.0.1

    Hedhur në qarkullim më 17 Nën 2017 - 8,64 KB
    Funksionon me firefox 42.0 dhe më të freskët, android 48.0 deri te 68.*
    * Fixed: was matching against case sensitive X-ChromeLogger-Data header. Now case insensitive match. @shoutout Jan

    Kod burim i hedhur në qarkullim sipas Mozilla Public License 2.0

    Shkarko kartelën
  • Version 1.0

    Hedhur në qarkullim më 10 Tet 2017 - 8,63 KB
    Funksionon me firefox 42.0 dhe më të freskët, android 48.0 deri te 68.*

    Kod burim i hedhur në qarkullim sipas Mozilla Public License 2.0

    Shkarko kartelën
Shkoni te faqja hyrëse e Mozilla-s

Shtesa

  • Mbi
  • Blog Shtesash Firefox-i
  • Praktikë Mbi Zgjerime
  • Qendër Zhvilluesish
  • Rregulla Për Zhvilluesit
  • Blog Bashkësie
  • Forum
  • Njoftoni një të metë
  • Udhërrëfyes Shqyrtimesh

Shfletues

  • Desktop
  • Mobile
  • Enterprise

Produkte

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Twitter (@firefox)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Privatësi
  • Cookies
  • Ligjore

Hiq atje ku shënohet ndryshe, lënda e këtij sajti licencohet sipas licencës Creative Commons Attribution Share-Alike License v3.0 ose çfarëdo versioni të mëvonshëm.