By: Rede
Inspect and view changes in Select To Format JSON source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Select To Format JSON",
"version": "1.0.1",
"description": "Select JSON text, right-click, and view formatted JSON in a popup window.",
"permissions": [
"contextMenus",
"activeTab"
],
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"web_accessible_resources": [
"popup.css"
],
"icons": {
"48": "icons/icon48.png",
"96": "icons/icon96.png"
},
"browser_action": {
"default_icon": "icons/icon48.png"
},
"browser_specific_settings": {
"gecko": {
"id": "select.to.format.json@arungpalakka.com",
"strict_min_version": "58.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} Best Select To Format JSON Alternatives
Here are some Firefox add-ons that are similar to Select To Format JSON:
JSON Formatter
aliz developer
JSON Formatter Tool
johan sburh
JSON Formatter
isurunix
JsonFormatter
Faye Buchanan
JSON Formatter
savira
JSON Editor
Carlo Espino
JSONViewer
oliver97
JSON Formatter
Betty
JSON-handle
stonepurple
syntax highlighting
prettyprint-mv2
JSON Formatter Declaration V2
Binmo Realn