Tab Renamer & Title Manager Firefox

Examine source code of Tab Renamer & Title Manager

By: 64n5h33
Inspect and view changes in Tab Renamer & Title Manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Awesome Tab Renamer",
  "version": "9.3",
  "description": "Rename tabs using fuzzy domain matching, with a drag-handle popup, dark mode, sync fallback, an options page, and more.",
  "permissions": [
    "tabs",
    "storage",
    "contextMenus",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Rename Tab"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{0b1fc0a6-bcbf-481e-8f7c-c66c0a053666}"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ]
}

Best Tab Renamer & Title Manager Alternatives

Here are some Firefox add-ons that are similar to Tab Renamer & Title Manager: