Domain Tab Highlighter Firefox

Examine source code of Domain Tab Highlighter

Inspect and view changes in Domain Tab Highlighter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Domain Tab Highlighter",
  "version": "1.0",
  "description": "Tô màu viền hoặc biểu tượng tab theo domain để nhận diện nhanh.",
  "permissions": [
    "tabs",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{dae769a2-d888-4185-89b7-0e111d29801a}"
    }
  }
}

Best Domain Tab Highlighter Alternatives

Here are some Firefox add-ons that are similar to Domain Tab Highlighter: