Inspect and view changes in Ctrl Alt Arrow tab switcher source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "Ctrl Alt Arrow tab switcher",
"description": "Switch (or move) tabs with Ctrl + Alt (+ Shift) + Arrow keys",
"version": "1.0",
"manifest_version": 2,
"browser_specific_settings": {
"gecko": {
"strict_min_version": "90.0",
"id": "ctrl-alt-arrow-tab-switcher-@rakennus",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"commands": {
"tab-left": {
"suggested_key": {
"default": "Ctrl+Alt+Left"
},
"description": "Switch to the left tab"
},
"tab-right": {
"suggested_key": {
"default": "Ctrl+Alt+Right"
},
"description": "Switch to the right tab"
},
"move-tab-left": {
"suggested_key": {
"default": "Alt+Shift+Left"
},
"description": "Move current tab to the left"
},
"move-tab-right": {
"suggested_key": {
"default": "Alt+Shift+Right"
},
"description": "Move current tab to the right"
}
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"all_frames": true,
"run_at": "document_start"
}
]
} Best Ctrl Alt Arrow tab switcher Alternatives
Here are some Firefox add-ons that are similar to Ctrl Alt Arrow tab switcher:
Alt+Number to switch tabs
Emilio Cobos Álvarez
Tab arrow switcher
Lulonaut
Keyboard Shortcuts
Viswaprasath
Arrow Mover
Mahauni
Hotkeys to Switch Tabs Left and Right
jscher2000
Cycle Last Used Tabs
Nikola Kocić
Vertical Tab Arrow Switcher
tapphughesn
Tabs Controls Shortcuts
Akhil Gupta
Switch between your two most recent tabs
Robert Orzanna
shortcuts
SqYtCO
CTRL - Tab Switcher
Evi Wammes
Ctrl+Number to switch tabs in reverse order
Tom Rodriguez