JSON Formatter
JSON online formatting tool. Simple, quick and easy to use.
什么是JSON Formatter?
JSON Formatter是由https://www.collaboradev.com开发的Chrome扩展程序,该扩展的主要功能是“JSON online formatting tool. Simple, quick and easy to use.”。
扩展截图
下载JSON Formatter扩展crx文件
下载JSON Formatter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A fast and easy way to format and explore JSON content. With this plugin installed, simply select any JSON text and click the JSON Formatter icon. The plugin will detect any JSON data currently in the clipboard and display the formatted results. Once formatted, the resulting color coded JSON can be explored with expand and close clicking of JSON nodes as well as modified by clicking back to the source tab. A copy button allows for easy copying of the formatted JSON back to the clipboard.
扩展基本信息
名称 | JSON Formatter |
ID | bbonbhlfjgpahljegfaibcgpchflglnl |
官方URL | https://chromewebstore.google.com/detail/json-formatter/bbonbhlfjgpahljegfaibcgpchflglnl |
简介 | JSON online formatting tool. Simple, quick and easy to use. |
文件大小 | 3.22 MB |
安装次数 | 1,948 |
当前版本 | 1.4 |
更新时间 | 2022-01-28 |
上架时间 | 2018-12-07 |
评分 | 5.00/5 共1次评分 |
开发者 | https://www.collaboradev.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://json.collaboradev.com |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JSON Formatter", "version": "1.4", "description": "JSON online formatting tool. Simple, quick and easy to use.", "icons": { "16": "img\/logo-16.png", "32": "img\/logo-32.png", "48": "img\/logo-48.png", "128": "img\/logo-128.png" }, "manifest_version": 2, "permissions": [ "declarativeContent", "clipboardRead", "http:\/\/json.collaboradev.com\/", "https:\/\/json.collaboradev.com\/" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "page_action": { "default_popup": "overlay.html", "default_icon": { "16": "img\/logo-16.png", "32": "img\/logo-32.png", "48": "img\/logo-48.png", "128": "img\/logo-128.png" } }, "externally_connectable": { "matches": [ "*:\/\/*.collaboradev.com\/*" ] } } |