By: Edward Fizitzky
Inspect and view changes in Tab_Modifier source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Tab Modifier",
"version": "0.21.0",
"description": "Take control of your tabs",
"homepage_url": "https://github.com/sylouuu/chrome-tab-modifier",
"icons": {
"16": "img/icon_16.png",
"32": "img/icon_32.png",
"48": "img/icon_48.png",
"128": "img/icon_128.png"
},
"browser_action": {
"default_icon": "img/icon_48.png"
},
"content_security_policy": "script-src 'self' https://ajax.googleapis.com https://www.google-analytics.com; object-src 'self'",
"options_ui": {
"page": "html/options.html",
"open_in_tab": true
},
"background": {
"scripts": [
"js/background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"js/content.js"
]
}
],
"web_accessible_resources": [
"img/*"
],
"permissions": [
"http://*/*",
"https://*/*",
"tabs",
"storage",
"contextMenus"
],
"browser_specific_settings": {
"gecko": {
"id": "{72e1e117-c3cf-4190-a67c-639fcb08eb76}"
}
}
} Best Tab_Modifier Alternatives
Here are some Firefox add-ons that are similar to Tab_Modifier:
Tab Master Control
Patrick Dark
Custom Tab Appearance
Michael Lauwereys
Tab Manager
domsupamoe
Tab Mix - Rename Tab
onemen
Tabs Magic
Sage Wang
Tab Modifier ff
cvd
Tab Renamer X
Xero
Manage My Tabs - Tab Manager
aadair
Tab Renamer – Custom Tab Title & Label Editor
Umbrella
Tabbie : easy tab viewer
010 Pixel