Dev Env Marker Firefox

Examine source code of Dev Env Marker

제작자: WLW
Inspect and view changes in Dev Env Marker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Dev Env Marker",
  "version": "1.1.2",
  "description": "Adds prefix to tabs based on regular expressions.",
  "permissions": [
    "tabs",
    "storage",
    "<all_urls>"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "options_page": "options.html",
  "background": {
    "scripts": [
      "consts.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "envmarker@wawro.eu",
      "strict_min_version": "67.0"
    }
  }
}

최고의 Dev Env Marker 대안

다음은 Dev Env Marker과(와) 유사한 Firefox add-on입니다: