By: Lulonaut
Inspect and view changes in 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 + Arrow keys",
"version": "1.0.1",
"manifest_version": 2,
"browser_specific_settings": {
"gecko": {
"id": "tabarrowswitcher@lulonaut",
"strict_min_version": "90.0"
}
},
"commands": {
"tab-left": {
"suggested_key": {
"default": "Ctrl+Left"
},
"description": "Switch to the left tab"
},
"tab-right": {
"suggested_key": {
"default": "Ctrl+Right"
},
"description": "Switch to the right tab"
}
},
"background": {
"scripts": [
"background.js"
]
}
} Best Tab arrow switcher Alternatives
Here are some Firefox add-ons that are similar to Tab arrow switcher:
Vertical Tab Arrow Switcher
tapphughesn
Tab Switch
Awuthme
Zen Browser Tab Switcher
mistweaverco.com
Parent Tab Switcher
Irv66
Hotkeys to Switch Tabs Left and Right
jscher2000
Quick Tab Switcher
Rayquaza01
TabNav
Thomas Introini
Tab Application Switcher
Bronson
Google Arrow Navigation
Jusnim
PageUpDownKey with ArrowKeys
philipw0000000