Tab AutoClose Firefox

Examine source code of Tab AutoClose

제작자: Tim Cambrant
Inspect and view changes in Tab AutoClose source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "author": "cambrant",
  "homepage_url": "https://github.com/cambrant/tabautoclose",
  "browser_specific_settings": {
    "gecko": {
      "id": "tabautoclose@cambrant",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_area": "navbar"
  },
  "description": "Automatically close tabs matching certain regular expressions.",
  "icons": {
    "256": "icon.png"
  },
  "manifest_version": 2,
  "name": "Tab AutoClose",
  "permissions": [
    "contextualIdentities",
    "cookies",
    "bookmarks",
    "tabs",
    "storage"
  ],
  "options_ui": {
    "page": "options.html"
  },
  "incognito": "not_allowed",
  "version": "0.2"
}

최고의 Tab AutoClose 대안

다음은 Tab AutoClose과(와) 유사한 Firefox add-on입니다: