Rename Tab Title Firefox

Examine source code of Rename Tab Title

Inspect and view changes in Rename Tab Title source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Rename Tab Title",
  "short_name": "RTT",
  "manifest_version": 2,
  "version": "1.3resigned1",
  "description": "Renames the Tab Title",
  "author": "Anush Veeranala",
  "homepage_url": "https://addons.mozilla.org/en-US/firefox/addon/rename-tab-title/",
  "applications": {
    "gecko": {
      "id": "renametabtitle@mozilla.org",
      "strict_min_version": "52.0"
    }
  },
  "developer": {
    "name": "Anush Veeranala",
    "url": "https://addons.mozilla.org/en-US/firefox/user/junnu8/"
  },
  "icons": {
    "48": "icon.png"
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_end"
    }
  ],
  "options_ui": {
    "page": "options/options.html"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+E"
      }
    }
  },
  "browser_action": {
    "browser_style": false,
    "default_icon": "icon.png",
    "default_title": "Rename Tab Title",
    "default_popup": "popup/popup.html"
  }
}

Best Rename Tab Title Alternatives

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