By: kytmizuno
Inspect and view changes in TST Tab Switcher source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "TST Tab Switcher",
"version": "1.0.1",
"description": "Adds Vimium-style keyboard shortcuts for switching tabs in Tree Style Tab",
"permissions": [
"tabs",
"activeTab"
],
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"css": [
"style.css"
]
}
],
"commands": {
"activate-tab-hints": {
"suggested_key": {
"default": "Alt+Q"
},
"description": "Activate tab hint mode"
}
},
"applications": {
"gecko": {
"id": "tst-tab-switcher@example.com"
}
},
"browser_specific_settings": {
"gecko": {
"id": "tst-tab-switcher@example.com"
}
},
"web_accessible_resources": [
"style.css"
]
} Best TST Tab Switcher Alternatives
Here are some Firefox add-ons that are similar to TST Tab Switcher:
TST Tab Favorites
hannu40k
KTabSwitcher
Katze
TST Hoverswitch
Klemens Schölhorn
TST Number Navigation
csterlent
TST More Tree Commands
Piro (piro_or)
Ctrl Tabs
Mikel Ward
Modern Tab Switcher
oxatruchdev
TST Relative Tab Count
matru
Q Tab Switcher
Vihaara
TST Tab Search
NiklasG
TabToggle
Sriram