提供元: Lauri Rooden
Inspect and view changes in JSON Lite source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "JSON Lite",
"version": "21.3.0",
"author": "Lauri Rooden",
"description": "Fast JSON viewer - highlights, shows items count/size, handles large files",
"icons": {
"32": "img/icon-32.png",
"48": "img/icon-48.png",
"128": "img/icon-128.png"
},
"permissions": [
"contextMenus",
"storage",
"tabs",
"webRequest",
"webRequestBlocking",
"<all_urls>"
],
"background": {
"scripts": [
"background.js"
]
},
"applications": {
"gecko": {
"id": "{16a49f65-1369-4839-a5ef-db2581e08b16}"
}
},
"options_ui": {
"page": "options.html",
"chrome_style": true
},
"content_scripts": [
{
"all_frames": true,
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
"browser_action": {
"default_icon": {
"48": "img/icon-48.png"
},
"default_popup": "options.html?p"
}
} ベストのJSON Lite代替案
JSON Liteに類似したFirefox add-onをいくつか紹介します:
JSON Viewer Pro By PatilWeb
PatilWeb
JSON Viewer+
rxliuli
JSON Viewer
dan3988
JSON Viewer
Dmytrii Lysak
Virtual Json Viewer
PS
Universal File Viewer
walid ahdouf
JSONView
Ben Hollis
JSON Editor
Carlo Espino
JSON[B] Viewer
Luewell
Json Bonito
Jorge Senín
ZenJSON – Minimal JSON Formatter
zelatech
JSON Viewer Pro
bIONArAq