By: resolved617 Add-on
Inspect and view changes in resolved617's JSON Beautifier source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "JSON Beautifier",
"version": "1.0",
"description": "Beautify JSON in a popup or automatically on JSON pages.",
"browser_action": {
"default_popup": "popup/index.html",
"default_title": "JSON Beautifier"
},
"permissions": [
"activeTab"
],
"browser_specific_settings": {
"gecko": {
"data_collection_permissions": {
"required": [
"none"
]
},
"id": "{d6cb1965-9992-42e0-a153-6ce40635c1ef}"
}
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"json-beautify.js"
],
"run_at": "document_end"
}
]
} Best resolved617's JSON Beautifier Alternatives
Here are some Firefox add-ons that are similar to resolved617's JSON Beautifier:
JSON Beautifier code
json-beautifier
JSON Beautifier
json-beautifier
JSON Beautify It
Igor Lazarev
Data Format Beautifier
mjochum1
JSON Formatter
33win
JSONly - Auto-detect, format and edit JSON
Sai Eashwar
JSON Beautifier
Salvador
JSON Beautifier
Salvador
JSON Beautifier
Salvador
JSON Beautifier
Salvador
JSON Beautifier
Salvador
syntax highlighting
prettyprint-mv2