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

Free JSON Formatter 版本历史 - 3 个版本

Free JSON Formatter 作者: Andret2344

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

  • 最新版本

    版本 0.2.1

    发布于 2026年7月13日 - 35.72 KB
    适用于 firefox 128.0 及更高版本
    • Privacy wording in README.md, SECURITY.md, and PRIVACY.md now describes both parts of the
      extension's access: the storage API permission and the content-script site access that lets it
      detect a JSON document served from any URL. Nothing about what the extension stores, reads, or
      sends changed.
    • The settings popup states that JSON is processed locally in the tab and nothing is uploaded.

    源代码遵循 MIT 许可证 发布

    下载 Firefox 并安装扩展
    下载文件
  • 较早版本

    版本 0.2.0

    发布于 2026年7月12日 - 35.66 KB
    适用于 firefox 128.0 及更高版本
    • Line numbers, in a gutter, written at render time - a line keeps the number it has in the fully
      expanded document, so folding a branch leaves a gap instead of renumbering everything below it.
    • Line links - click a line number to put #L21 in the address bar. Opening that link reveals the
      line again, even when it sits inside a branch nobody has expanded.
    • Copy path - hover any line and copy its path as a console-ready accessor chain
      (json.items[0].id).
    • json in devtools - a page-world script exposes the parsed document to the console, lazily.
    • Expand all / Collapse all, run in cancellable batches so a huge document does not lock the tab;
      Ctrl/Cmd+click on a node folds or opens its whole level.
    • Automatic initial expansion depth, chosen from the document's byte size, element count, and
      nesting depth (a bounded scan - it never walks a whole multi-megabyte document to decide).
    • Indent guides, highlighted for the nesting level under the pointer.
    • Large-payload warning in the toolbar when a document is big enough that rendering may feel slow.
    • Firefox support (Manifest V3, strict_min_version 128 - the first release with "world": "MAIN").
    • PRIVACY.md, naming every key the extension writes to your device.
    • docs/COMPARISON.md.
    • Collections now render lazily: a collapsed branch is not merely hidden, it does not exist in
      the DOM until you open it. Large documents stay responsive.
    • The viewer is built off-DOM and swapped into the page in one synchronous step - no flash of
      recoloured raw text.
    • Source restructured into content/, viewer/, shared/, and popup/.
    • Still one permission (storage), still no network requests. The end-to-end suite now asserts the
      second of those against a real browser.

    源代码遵循 MIT 许可证 发布

    下载文件
  • 版本 0.1.0

    发布于 2026年7月8日 - 26.3 KB
    适用于 firefox 115.0 及更高版本

    源代码遵循 MIT 许可证 发布

    下载文件
转至 Mozilla 主页

附加组件

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

下载

  • Download Firefox
  • Windows
  • macOS
  • iOS
  • Android
  • Linux
  • All

最新版本

  • Nightly
  • Beta

商用版 Firefox

  • Enterprise

社区

  • Connect
  • Contribute
  • Developer

关注

  • Instagram
  • YouTube
  • TikTok
  • Bluesky
  • Podcast
  • 隐私
  • Cookie
  • 法律

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