By: tapphughesn
Inspect and view changes in Vertical Tab Arrow Switcher source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "Tab arrow switcher",
"description": "Switch tab with Ctrl + Up/Down Arrow keys. Assumes vertical tabs.",
"version": "1.0.1",
"manifest_version": 3,
"permissions": [
"tabs"
],
"data_collection_permissions": {
"collects_data": false
},
"browser_specific_settings": {
"gecko": {
"id": "tabarrowswitcher@tapphughesn",
"data_collection_permissions": {
"collects_data": false,
"required": [
"none"
]
}
}
},
"commands": {
"tab-left": {
"suggested_key": {
"default": "Ctrl+Up"
},
"description": "Switch to the upper tab"
},
"tab-right": {
"suggested_key": {
"default": "Ctrl+Down"
},
"description": "Switch to the lower tab"
}
},
"background": {
"scripts": [
"background.js"
]
}
} Best Vertical Tab Arrow Switcher Alternatives
Here are some Firefox add-ons that are similar to Vertical Tab Arrow Switcher: