By: granitlarge
Inspect and view changes in addressable-tabs2 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "addressable-tabs",
"version": "1.4",
"description": "Makes tabs addressable by ctrl+[0-9] keystrokes",
"commands": {
"tab0": {
"suggested_key": {
"default": "Ctrl+1",
"linux": "Ctrl+1"
},
"description": "Switch to tab 1"
},
"tab1": {
"suggested_key": {
"default": "Ctrl+2",
"linux": "Ctrl+2"
},
"description": "Switch to tab 2"
},
"tab2": {
"suggested_key": {
"default": "Ctrl+3",
"linux": "Ctrl+3"
},
"description": "Switch to tab 3"
},
"tab3": {
"suggested_key": {
"default": "Ctrl+4",
"linux": "Ctrl+4"
},
"description": "Switch to tab 4"
},
"tab4": {
"suggested_key": {
"default": "Ctrl+5",
"linux": "Ctrl+5"
},
"description": "Switch to tab 5"
},
"tab5": {
"suggested_key": {
"default": "Ctrl+6",
"linux": "Ctrl+6"
},
"description": "Switch to tab 6"
},
"tab6": {
"suggested_key": {
"default": "Ctrl+7",
"linux": "Ctrl+7"
},
"description": "Switch to tab 7"
},
"tab7": {
"suggested_key": {
"default": "Ctrl+8",
"linux": "Ctrl+8"
},
"description": "Switch to tab 8"
},
"tab8": {
"suggested_key": {
"default": "Ctrl+9",
"linux": "Ctrl+9"
},
"description": "Switch to tab 9"
},
"tab9": {
"suggested_key": {
"default": "Ctrl+0",
"linux": "Ctrl+0"
},
"description": "Switch to tab 10"
}
},
"background": {
"scripts": [
"background.js"
]
},
"browser_specific_settings": {
"gecko": {
"id": "{84755b89-d485-45d4-bc41-5577fb821da0}"
}
}
} Best addressable-tabs2 Alternatives
Here are some Firefox add-ons that are similar to addressable-tabs2:
addressable-tabs
farnoy
Ctrl Tabs
Mikel Ward
Tab Numbers
Sachin Biradar
Ctrl+Number to switch tabs
Abigail
Tab Numbering
Tuomas Salo
Ctrl+Number to select tabs
levi finkelstein
tabctl
infokiller
ctrl_tabs
Pablo Saavedra
Select Tab Using Alt-Number
Yury Kotov
OverTab
python273