Content Core Firefox

Examine source code of Content Core

提供元: Content Core
Inspect and view changes in Content Core source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Content Core",
  "version": "0.11",
  "description": "Desc",
  "icons": {
    "48": "icons/favicon.png",
    "96": "icons/favicon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "browser-polyfill.min.js",
        "main.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "browser-polyfill.min.js",
      "background.js"
    ]
  },
  "permissions": [
    "<all_urls>",
    "tabs",
    "activeTab"
  ],
  "browser_action": {
    "default_popup": "popup.html"
  }
}

ベストのContent Core代替案

Content Coreに類似したFirefox add-onをいくつか紹介します: