Tab_Modifier Firefox

Examine source code of Tab_Modifier

Inspect and view changes in Tab_Modifier source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tab Modifier",
  "version": "0.21.0",
  "description": "Take control of your tabs",
  "homepage_url": "https://github.com/sylouuu/chrome-tab-modifier",
  "icons": {
    "16": "img/icon_16.png",
    "32": "img/icon_32.png",
    "48": "img/icon_48.png",
    "128": "img/icon_128.png"
  },
  "browser_action": {
    "default_icon": "img/icon_48.png"
  },
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com https://www.google-analytics.com; object-src 'self'",
  "options_ui": {
    "page": "html/options.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "img/*"
  ],
  "permissions": [
    "http://*/*",
    "https://*/*",
    "tabs",
    "storage",
    "contextMenus"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{72e1e117-c3cf-4190-a67c-639fcb08eb76}"
    }
  }
}

Melhores alternativas Tab_Modifier

Aqui estão algumas Firefox add-ons que são similares a Tab_Modifier: