By: Mike Quinlan Add-on
Inspect and view changes in Hot Tab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Hot Tab",
"version": "2.0.2",
"description": "Move tabs easier",
"icons": {
"48": "icons/icon48.png"
},
"background": {
"scripts": [
"dist/shared.js",
"dist/index.js"
]
},
"browser_specific_settings": {
"gecko": {
"id": "{afcc7927-8549-4984-94fc-3de74ad3c23f}",
"strict_min_version": "109.0"
}
},
"permissions": [
"contextMenus"
],
"action": {
"default_title": "Hot Tab",
"default_popup": "popup.html",
"default_icon": "icons/icon128.png"
},
"commands": {
"move-left": {
"suggested_key": {
"default": "Ctrl+Shift+Left"
},
"description": "Move Tab Left"
},
"move-right": {
"suggested_key": {
"default": "Ctrl+Shift+Right"
},
"description": "Move tab right"
},
"pin-tab": {
"suggested_key": {
"default": "Ctrl+Shift+Down"
},
"description": "Toggle pin current tab"
},
"close-other-tabs": {
"suggested_key": {
"default": "Ctrl+Shift+K"
},
"description": "Close other tabs"
}
}
} Best Hot Tab Alternatives
Here are some Firefox add-ons that are similar to Hot Tab:
Tabs Hotkeys
Alex0007
Tab Manager Lite
Andronachi Marian
OverTab
python273
Tab Shortcuts
Marijn Kok
Move Tab Hotkeys
Jonathon Merz
Tab Manager v2
xcv58
pTabManager
mpotter.dev
Tab Mover
Nabrizzy
Close Tabs Hotkeys
Tehkos
Smart Tab Manager
John
Tabby - Window & Tab Manager
BillK
Custom Key Bindings
Cuauhtemoc