Tab Marker – Labels & Colors Firefox

Examine source code of Tab Marker – Labels & Colors

By: Mohsin Add-on
Inspect and view changes in Tab Marker – Labels & Colors source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tab Labeler",
  "version": "1.0.0",
  "description": "Give custom names and colors to individual tabs. Shows a small label at the top of the page.",
  "browser_action": {
    "default_title": "Tab Labeler",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "storage",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{d519e7b3-6ca5-4e4a-8965-5b7e02c10b1f}"
    }
  }
}

Best Tab Marker – Labels & Colors Alternatives

Here are some Firefox add-ons that are similar to Tab Marker – Labels & Colors: