Close This Tab Firefox

Examine source code of Close This Tab

제작자: Soheil Yasrebi
Inspect and view changes in Close This Tab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Close This Tab",
  "version": "1.2",
  "description": "Adds a border to the bottom left and right hand side of all pages that when clicked closes the tab.",
  "icons": {
    "48": "icons/border-48.png"
  },
  "permissions": [
    "<all_urls>",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "borderify.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "bg.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{cfd55152-c7e8-4ee2-8072-ea86af81d5d7}"
    }
  }
}

최고의 Close This Tab 대안

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