By: Lunarbytes Add-on
Inspect and view changes in Tab Group Shortcuts source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Tab Group Shortcuts",
"version": "1.0.1",
"description": "Keybinds to group and ungroup tabs, Set your keybinds in the extension settings.",
"icons": {
"32": "icon.svg",
"64": "icon.svg"
},
"browser_specific_settings": {
"gecko": {
"id": "tab-group-shortcuts@local",
"strict_min_version": "139.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"permissions": [
"tabs",
"tabGroups",
"storage"
],
"background": {
"scripts": [
"background.js"
]
},
"action": {
"default_popup": "popup/index.html",
"default_title": "Group Selected Tabs"
},
"commands": {
"group-selected-tabs": {
"suggested_key": {
"default": "Alt+G"
},
"description": "Groups the currently selected tabs"
},
"ungroup-selected-tabs": {
"suggested_key": {
"default": "Alt+Shift+G"
},
"description": "Ungroup the currently selected tabs"
}
}
} Best Tab Group Shortcuts Alternatives
Here are some Firefox add-ons that are similar to Tab Group Shortcuts:
Tab Group Shortcut
luascfl
Move tabs and groups
Jackson McKay
Tab Group Extras
luascfl
Tab Group Extras
luascfl
Tab Shortcuts
Marijn Kok
Tab Group Keybindings
gautetr
GroupifyTabs
Roberta
Lightning Tab Groups
gchristnsn
Tab Grouping by Domain
secphor
AutoGroupie
Ricardo Silva
Grouped — Tab Group Manager
DeveloperAnonymous
Auto Group Tabs
ErikVib