By: James Stout
Inspect and view changes in Tab Namer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Tab Namer",
"version": "1.3resigned1",
"description": "Renames tabs to: \"<index> <original_name> <hostname>\".",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"permissions": [
"tabs",
"<all_urls>"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content_script.js"
],
"run_at": "document_start"
}
],
"browser_specific_settings": {
"gecko": {
"id": "{64d544ce-a322-4533-9369-2037011bbd4d}"
}
}
} Best Tab Namer Alternatives
Here are some Firefox add-ons that are similar to Tab Namer: