By: pcguysllc
Inspect and view changes in TabRename source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Tab Renamer",
"version": "1.4.3",
"description": "Rename the current tab’s title and keep it from changing.",
"permissions": [
"tabs",
"storage",
"<all_urls>"
],
"browser_action": {
"default_title": "Rename Tab",
"default_popup": "popup.html",
"default_icon": {
"16": "icons/icon-16.png",
"24": "icons/icon-24.png",
"32": "icons/icon-32.png"
}
},
"icons": {
"16": "icons/icon-16.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_specific_settings": {
"gecko": {
"id": "tab-renamer@pcguys.online",
"strict_min_version": "102.0",
"data_collection_permissions": {
"required": [
"none"
],
"optional": []
}
}
}
} Best TabRename Alternatives
Here are some Firefox add-ons that are similar to TabRename: