Tab Title Renamer Firefox

Examine source code of Tab Title Renamer

Inspect and view changes in Tab Title Renamer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tab Title Renamer",
  "version": "1.0.0",
  "description": "Rename the title of the current tab and auto-restore it next time. Save and reset per-URL.",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage"
  ],
  "browser_action": {
    "default_title": "Tab Title Renamer",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "109.0",
      "id": "{fac87d7f-0c40-4a12-8784-73e156c0bb65}"
    }
  }
}

Best Tab Title Renamer Alternatives

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