Browser Utils Firefox

Examine source code of Browser Utils

提供元: Eve-Sama Add-on
Inspect and view changes in Browser Utils source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Browser Utils",
  "version": "0.0.4",
  "description": "A extension that contains common function for browser",
  "browser_action": {
    "default_icon": "images/48x48.png",
    "default_title": "Browser Utils",
    "default_popup": "pages/popup/popup.html"
  },
  "icons": {
    "16": "images/16x16.png",
    "48": "images/48x48.png",
    "128": "images/128x128.png"
  },
  "commands": {
    "showFunctions": {
      "suggested_key": {
        "windows": "Alt+Q",
        "mac": "Command+Q"
      },
      "description": "Show functions"
    }
  },
  "permissions": [
    "tabs"
  ],
  "web_accessible_resources": [
    "pages/function-list/function-list.html"
  ],
  "background": {
    "page": "pages/background/background.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "lib/jquery.min.js",
        "content-script/content-script.js"
      ]
    }
  ]
}

ベストのBrowser Utils代替案

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