Nested Object JSON Parser
Makes JSON easy to read. Open source.
什麼是Nested Object JSON Parser?
Nested Object JSON Parser是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Makes JSON easy to read. Open source.”。
擴展截圖
下載Nested Object JSON Parser擴展crx文件
下載Nested Object JSON Parser擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Nested JSON Parser is an extension to format JSON content including nested json stringify objects
擴展基本資訊
名稱 | Nested Object JSON Parser |
ID | gfpiiddjejppjlaegjhfommdfjdfkfop |
官方網址 | https://chromewebstore.google.com/detail/nested-object-json-parser/gfpiiddjejppjlaegjhfommdfjdfkfop |
簡介 | Makes JSON easy to read. Open source. |
檔案大小 | 21.21 KB |
安裝次數 | 1,545 |
目前版本 | 1.0 |
更新時間 | 2019-04-28 |
上架時間 | 2019-04-23 |
開發者 | Unknown |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Nested Object JSON Parser", "version": "1.0", "manifest_version": 2, "description": "Makes JSON easy to read. Open source.", "homepage_url": "https:\/\/github.com\/callumlocke\/json-formatter", "minimum_chrome_version": "21", "icons": { "128": "icons\/128.png", "32": "icons\/32.png" }, "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ " |