Extensões do Navegador Firefox
  • Extensões
  • Temas
    • Firefox
    • Dicionários e Pacotes de Idioma
    • Outros navegadores
    • Extensões para Android
Entrar
Ícone da extensão

Histórico de versões do ChromeLogger - 16 versões

ChromeLogger por BurningMoth

Avaliado em 4,6 de 5
4,6 de 5 estrelas
5
24
4
3
3
0
2
0
1
2
Histórico de versões do ChromeLogger - 16 versões
  • Cuidado com versões antigas! Essas versões são exibidas com propósito de referência e testes.Devemos sempre usar a versão mais recente de uma extensão.

  • Versão mais recente

    Versão 3.0

    Lançado em 27 de set de 2024 - 26,07 KB
    Funciona em firefox 58.0 em diante
    * 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.

    Código fonte publicado sob Mozilla Public License 2.0

    Você precisa do Firefox para usar esta extensão
    Baixe o Firefox e instale a extensão
    Baixar arquivo
  • Versões mais antigas

    Versão 2.0

    Lançado em 25 de nov de 2019 - 21,23 KB
    Funciona em firefox 42.0 em diante
    * 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.

    Código fonte publicado sob Mozilla Public License 2.0

    Baixar arquivo
  • Versão 1.7.3

    Lançado em 9 de out de 2018 - 17,14 KB
    Funciona em firefox 42.0 em diante
    * Fixed: null "object" resulted in error when checked for property, ending processing of rest of data stack.

    Código fonte publicado sob Mozilla Public License 2.0

    Baixar arquivo
  • Versão 1.7.2

    Lançado em 6 de ago de 2018 - 16,67 KB
    Funciona em firefox 42.0 em diante, android 48.0 até 68.*
    * Fixed: invalid `data.rows[...].type` values resulted in `console` error.

    Código fonte publicado sob Mozilla Public License 2.0

    Baixar arquivo
  • Versão 1.7.1

    Lançado em 5 de ago de 2018 - 16,6 KB
    Funciona em firefox 42.0 em diante, android 48.0 até 68.*
    * Fixed: broken `table` and various other `console` methods.
    * Fixed: inadequate substitution pattern detection and subsequent unescaping.

    Código fonte publicado sob Mozilla Public License 2.0

    Baixar arquivo
  • Versão 1.7

    Lançado em 4 de ago de 2018 - 16,29 KB
    Funciona em firefox 42.0 em diante, android 48.0 até 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`.

    Código fonte publicado sob Mozilla Public License 2.0

    Baixar arquivo
  • Versão 1.6.1

    Lançado em 25 de abr de 2018 - 14,49 KB
    Funciona em firefox 42.0 em diante, android 48.0 até 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.

    Código fonte publicado sob Mozilla Public License 2.0

    Baixar arquivo
  • Versão 1.6

    Lançado em 24 de abr de 2018 - 14,31 KB
    Funciona em firefox 42.0 em diante, android 48.0 até 68.*
    * Restored: removal of `__proto__` and `length` properties from objects and arrays.

    Código fonte publicado sob Mozilla Public License 2.0

    Baixar arquivo
  • Versão 1.5

    Lançado em 27 de mar de 2018 - 13,66 KB
    Funciona em firefox 42.0 em diante, android 48.0 até 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.

    Código fonte publicado sob Mozilla Public License 2.0

    Baixar arquivo
  • Versão 1.4

    Lançado em 19 de mar de 2018 - 10,62 KB
    Funciona em firefox 42.0 em diante, android 48.0 até 68.*
    * Updated: chromelogger protocol trace value now appended to passed console method arguments. @shoutout Erik

    Código fonte publicado sob Mozilla Public License 2.0

    Baixar arquivo
  • Versão 1.3

    Lançado em 24 de dez de 2017 - 10,21 KB
    Funciona em firefox 42.0 em diante, android 48.0 até 68.*
    * Added: `__proto__` and `length` properties are removed from objects and arrays respectively output to web console.

    Código fonte publicado sob Mozilla Public License 2.0

    Baixar arquivo
  • Versão 1.2

    Lançado em 17 de dez de 2017 - 9,63 KB
    Funciona em firefox 42.0 em diante, android 48.0 até 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.

    Código fonte publicado sob Mozilla Public License 2.0

    Baixar arquivo
  • Versão 1.1.1

    Lançado em 29 de nov de 2017 - 8,76 KB
    Funciona em firefox 42.0 em diante, android 48.0 até 68.*
    * Updated: Chrome Logger data row values validation, replacement on missing with defaults. @shoutout Honza
    * Fixed: warning on icon being wrong size.

    Código fonte publicado sob Mozilla Public License 2.0

    Baixar arquivo
  • Versão 1.1

    Lançado em 20 de nov de 2017 - 18,16 KB
    Funciona em firefox 42.0 em diante, android 48.0 até 68.*
    * Added: webNavigation event handlers to replace spotty tab.onUpdated event handler.
    * Updated: Chrome Logger data rows callback catches malformed row data.

    Código fonte publicado sob Mozilla Public License 2.0

    Baixar arquivo
  • Versão 1.0.1

    Lançado em 17 de nov de 2017 - 8,64 KB
    Funciona em firefox 42.0 em diante, android 48.0 até 68.*
    * Fixed: was matching against case sensitive X-ChromeLogger-Data header. Now case insensitive match. @shoutout Jan

    Código fonte publicado sob Mozilla Public License 2.0

    Baixar arquivo
  • Versão 1.0

    Lançado em 10 de out de 2017 - 8,63 KB
    Funciona em firefox 42.0 em diante, android 48.0 até 68.*

    Código fonte publicado sob Mozilla Public License 2.0

    Baixar arquivo
Ir para a página inicial da Mozilla

Extensões

  • Sobre
  • Blog de extensões do Firefox
  • Workshop de extensões
  • Central do desenvolvedor
  • Diretivas do desenvolvedor
  • Blog da comunidade
  • Fórum
  • Relatar um erro
  • Guia de análise

Navegadores

  • Desktop
  • Mobile
  • Enterprise

Produtos

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Privacidade
  • Cookies
  • Jurídico

Exceto onde de outra forma notado, o conteúdo deste site está licenciado sob a Creative Commons Licença de Atribuição Compartilha-Igual v3.0 ou qualquer versão posterior.