By: Mathias
Inspect and view changes in Shift Tab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Shift tab",
"version": "1.1",
"description": "Go to next tab using Alt + l. Go to previous tab using Alt + h. Move current tab to the left with Alt + H. Move current tab to...",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"commands": {
"switch_to_previous_tab": {
"suggested_key": {
"default": "Alt+H"
},
"description": "Go to previous using Alt + l"
},
"switch_to_next_tab": {
"suggested_key": {
"default": "Alt+L"
},
"description": "Go to next tab using Alt + h"
},
"move_tab_left": {
"suggested_key": {
"default": "Alt+Shift+H"
},
"description": "Move the current tab to the left"
},
"move_tab_right": {
"suggested_key": {
"default": "Alt+Shift+L"
},
"description": "Move the current tab to the right"
}
},
"icons": {
"48": "icons/icon48.png"
},
"browser_specific_settings": {
"gecko": {
"id": "{8872db2d-f45b-4ee3-a150-d9caefad881e}"
}
}
} Best Shift Tab Alternatives
Here are some Firefox add-ons that are similar to Shift Tab:
Move tab to new window
Mathias
Scroll tab shift
t_w
ctrl_tabs
Pablo Saavedra
Ctrl Tabs
Mikel Ward
Parent Tab Switcher
Irv66
Select Tab Using Alt-Number
Yury Kotov
MoveTab
avtolik
Tab Reorder
Glin
Tabs Hotkeys
Alex0007
Last Tab
Mehedi Hasan
Alt-shift
Realpradeep
Ctrl+Number to switch tabs in reverse order
Tom Rodriguez