Simple Tab Rename Firefox

Examine source code of Simple Tab Rename

By: VJ
Inspect and view changes in Simple Tab Rename source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Simple Tab Rename",
  "version": "1.0",
  "description": "Change the title of single or multiple tabs in an easy way. New title stays even after refresh",
  "manifest_version": 2,
  "permissions": [
    "tabs",
    "activeTab",
    "notifications",
    "http://*/",
    "https://*/"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Rename tabs",
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icon48_48.png",
      "128": "icon128_3.png"
    }
  },
  "icons": {
    "48": "icon48_48.png",
    "128": "icon128_3.png"
  }
}

Best Simple Tab Rename Alternatives

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