By: Philippe_Pitz Add-on
Inspect and view changes in Persistent-Pretty-JSON source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Persistent-Pretty-JSON",
"version": "2",
"author": "Philippe Pitz Clairoux && J-F Poirier",
"description": "Let's you write query selectors on web pages to pretty-fi json payloads persistently.",
"browser_action": {
"default_icon": "icon/JSONPrettier-48.png",
"default_popup": "popup/host-management.html"
},
"icons": {
"48": "icon/JSONPrettier-48.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content_scripts/pretty.js"
]
}
],
"background": {
"scripts": [
"background_scripts/background.js"
]
},
"permissions": [
"activeTab",
"<all_urls>",
"cookies"
],
"browser_specific_settings": {
"gecko": {
"id": "pitp2601@usherbrooke.ca",
"strict_min_version": "57.0"
}
}
} Best Persistent-Pretty-JSON Alternatives
Here are some Firefox add-ons that are similar to Persistent-Pretty-JSON:
PrettyJSON
GoodGame
Prettify your JSON
alexlab
Activemq 5 Life Saver
Philippe_Pitz
PrettyJSON
mokihidady88
JSONovich
Will Elwood
resolved617's JSON Beautifier
resolved617
JSON Beautify
James Moore
JSON Viewer+
rxliuli
Simple JSONView
simple-jsonview
JSON F&P
Ritchie王则钰
syntax highlighting
prettyprint-mv2
Basic JSON Formatter
Dr. McKay