Firefox 浏览器附加组件
  • 扩展
  • 主题
    • 适用于 Firefox
    • 字典和语言包
    • 其他浏览器网站
    • 适用于 Android 的附加组件
登录
附加组件图标

ChromeLogger 版本历史 - 16 个版本

ChromeLogger 作者: BurningMoth

评分 4.6 / 5
4.6 / 5 星
5
23
4
3
3
0
2
0
1
2
ChromeLogger 版本历史 - 16 个版本
  • 小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。

  • 最新版本

    版本 3.0

    发布于 2024年9月27日 - 26.07 KB
    适用于 firefox 58.0 及更高版本
    * 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.

    源代码遵循 Mozilla 公共许可证 2.0 发布

    您需要 Firefox 来使用此扩展
    下载 Firefox 并安装扩展
    下载文件
  • 较早版本

    版本 2.0

    发布于 2019年11月25日 - 21.23 KB
    适用于 firefox 42.0 及更高版本
    * 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.

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.7.3

    发布于 2018年10月9日 - 17.14 KB
    适用于 firefox 42.0 及更高版本
    * Fixed: null "object" resulted in error when checked for property, ending processing of rest of data stack.

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.7.2

    发布于 2018年8月6日 - 16.67 KB
    适用于 firefox 42.0 及更高版本, android 48.0 至 68.*
    * Fixed: invalid `data.rows[...].type` values resulted in `console` error.

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.7.1

    发布于 2018年8月5日 - 16.6 KB
    适用于 firefox 42.0 及更高版本, android 48.0 至 68.*
    * Fixed: broken `table` and various other `console` methods.
    * Fixed: inadequate substitution pattern detection and subsequent unescaping.

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.7

    发布于 2018年8月4日 - 16.29 KB
    适用于 firefox 42.0 及更高版本, android 48.0 至 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`.

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.6.1

    发布于 2018年4月25日 - 14.49 KB
    适用于 firefox 42.0 及更高版本, android 48.0 至 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.

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.6

    发布于 2018年4月24日 - 14.31 KB
    适用于 firefox 42.0 及更高版本, android 48.0 至 68.*
    * Restored: removal of `__proto__` and `length` properties from objects and arrays.

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.5

    发布于 2018年3月27日 - 13.66 KB
    适用于 firefox 42.0 及更高版本, android 48.0 至 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.

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.4

    发布于 2018年3月19日 - 10.62 KB
    适用于 firefox 42.0 及更高版本, android 48.0 至 68.*
    * Updated: chromelogger protocol trace value now appended to passed console method arguments. @shoutout Erik

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.3

    发布于 2017年12月24日 - 10.21 KB
    适用于 firefox 42.0 及更高版本, android 48.0 至 68.*
    * Added: `__proto__` and `length` properties are removed from objects and arrays respectively output to web console.

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.2

    发布于 2017年12月17日 - 9.63 KB
    适用于 firefox 42.0 及更高版本, android 48.0 至 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.

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.1.1

    发布于 2017年11月29日 - 8.76 KB
    适用于 firefox 42.0 及更高版本, android 48.0 至 68.*
    * Updated: Chrome Logger data row values validation, replacement on missing with defaults. @shoutout Honza
    * Fixed: warning on icon being wrong size.

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.1

    发布于 2017年11月20日 - 18.16 KB
    适用于 firefox 42.0 及更高版本, android 48.0 至 68.*
    * Added: webNavigation event handlers to replace spotty tab.onUpdated event handler.
    * Updated: Chrome Logger data rows callback catches malformed row data.

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.0.1

    发布于 2017年11月17日 - 8.64 KB
    适用于 firefox 42.0 及更高版本, android 48.0 至 68.*
    * Fixed: was matching against case sensitive X-ChromeLogger-Data header. Now case insensitive match. @shoutout Jan

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
  • 版本 1.0

    发布于 2017年10月10日 - 8.63 KB
    适用于 firefox 42.0 及更高版本, android 48.0 至 68.*

    源代码遵循 Mozilla 公共许可证 2.0 发布

    下载文件
转至 Mozilla 主页

附加组件

  • 关于
  • Firefox 附加组件博客
  • 扩展工坊
  • 开发者中心
  • 开发者政策
  • 社区博客
  • 论坛
  • 报告缺陷
  • 评价指南

浏览器

  • Desktop
  • Mobile
  • Enterprise

产品

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Twitter (@firefox)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • 隐私
  • Cookie
  • 法律

除非另有注明,否则本网站上的内容可按知识共享 署名-相同方式共享 3.0 或更新版本使用。