Web Developer Sidekick Firefox

Examine source code of Web Developer Sidekick

제작자: Jamal Lahyani
Inspect and view changes in Web Developer Sidekick source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "version": "0.0.32",
  "description": "__MSG_extDescription__",
  "default_locale": "en",
  "icons": {
    "48": "dev-sticker-icon.png"
  },
  "browser_action": {
    "default_icon": "icons/dev-sticker-icon.png",
    "default_title": "__MSG_extTitle__",
    "default_popup": "popup/main.html",
    "browser_style": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/lib/yaml-js.js",
        "js/data/constants.js",
        "js/dom.js",
        "js/utils.js",
        "js/content-script.js"
      ],
      "css": [
        "css/common.css"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "j.lahyani@hotmail.com",
      "strict_min_version": "143.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "tabs",
    "<all_urls>"
  ],
  "options_ui": {
    "page": "options/main.html",
    "browser_style": true
  },
  "web_accessible_resources": [
    "icons/dev-sticker-icon.png",
    "images/*.png"
  ]
}

최고의 Web Developer Sidekick 대안

다음은 Web Developer Sidekick과(와) 유사한 Firefox add-on입니다: