Select To Format JSON Firefox

Examine source code of Select To Format JSON

제작자: 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"
        ]
      }
    }
  }
}

최고의 Select To Format JSON 대안

다음은 Select To Format JSON과(와) 유사한 Firefox add-on입니다: