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 |
官方網址 | 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\/*" ] } } |