By: aadil86
Inspect and view changes in Alt Tab: MRU Switcher source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Alt Tab: MRU Switcher",
"version": "1.0.0",
"icons": {
"500": "icon.png"
},
"action": {
"default_icon": "icon.png"
},
"description": "Switches between browser tabs in Most Recently Used (MRU) order using three keyboard shortcuts only.",
"permissions": [
"tabs",
"storage"
],
"browser_specific_settings": {
"gecko": {
"id": "alt-tab-mru-switcher@aadil",
"strict_min_version": "111.0",
"data_collection_permissions": {
"required": [
"none"
],
"optional": []
}
}
},
"background": {
"scripts": [
"background.js"
]
},
"commands": {
"quick-switch": {
"suggested_key": {
"default": "Alt+W",
"mac": "Alt+W"
},
"description": "Quick Switch (Toggle)"
},
"sequential-switch": {
"suggested_key": {
"default": "Alt+S",
"mac": "Alt+S"
},
"description": "Sequential Switch"
},
"reverse-switch": {
"suggested_key": {
"default": "Alt+Shift+S",
"mac": "Alt+Shift+S"
},
"description": "Reverse Switch"
}
}
} Best Alt Tab: MRU Switcher Alternatives
Here are some Firefox add-ons that are similar to Alt Tab: MRU Switcher:
Tab Slider
ZitRo
Switch to Last Tab
emvaized
Tab Switcher
Himean
Modern Tab Switcher
oxatruchdev
Most Recent Tab - Keyboard shortcut for last tab
Paul V
Switch between your two most recent tabs
Robert Orzanna
Recent Tabs List
jojojo
Heavy Recent Tab Switcher
Abstracto
PowerTabs - Tab Switcher
softwaremanufaktur.co
Fuzzy Tab Switcher
Ruslan Gonzalez
QuicKey – The quick tab switcher
fwextensions