Basic JSON Formatter Firefox

Examine source code of Basic JSON Formatter

Por: Dr. McKay Add-on
Inspect and view changes in Basic JSON Formatter source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Basic JSON Formatter",
  "version": "1.1.0",
  "description": "Adds a page action to pretty-print JSON",
  "applications": {
    "gecko": {
      "id": "{c7632bd5-48ce-467d-9433-58f33477553d}"
    }
  },
  "icons": {
    "48": "img/icon-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "formatter.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "storage",
    "webRequest",
    "<all_urls>"
  ],
  "page_action": {
    "browser_style": true,
    "default_icon": {
      "48": "img/icon-48.png"
    },
    "default_title": "Format JSON"
  },
  "options_ui": {
    "page": "options_ui/options.html",
    "browser_style": true
  }
}

Mejores alternativas Basic JSON Formatter

Aquí hay algunas Firefox add-ons que son similares a Basic JSON Formatter: