Tab Rename Firefox

Examine source code of Tab Rename

Inspect and view changes in Tab Rename source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "$schema": "https://json.schemastore.org/webextension.json",
  "manifest_version": 2,
  "name": "Tab Rename",
  "description": "Renames your browser tabs to whatever you want",
  "version": "1.0.0",
  "icons": {
    "16": "icons/icon.svg",
    "32": "icons/icon.large.svg"
  },
  "permissions": [
    "tabs",
    "storage",
    "menus"
  ],
  "background": {
    "scripts": [
      "background_script.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ],
  "page_action": {
    "default_icon": {
      "16": "icons/icon.svg",
      "32": "icons/icon.large.svg"
    },
    "default_popup": "pageAction/index.html",
    "default_title": "Tab Rename",
    "show_matches": [
      "<all_urls>"
    ],
    "browser_style": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{3ac39dce-611a-4abe-8e5e-c11863de0d7d}"
    }
  }
}

Best Tab Rename Alternatives

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