By: Naruto
Inspect and view changes in Recent Tab Switcher source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Recent Tab Switcher",
"version": "1.0",
"description": "Switch to your most recent tab with a shortcut.",
"permissions": [
"tabs"
],
"background": {
"scripts": [
"background.js"
]
},
"commands": {
"switch-tab": {
"suggested_key": {
"default": "Alt+Q"
},
"description": "Switch to previously active tab"
}
},
"browser_action": {
"default_title": "Recent Tab Switcher"
},
"browser_specific_settings": {
"gecko": {
"id": "recent-tab-switcher@example.com",
"strict_min_version": "60.0"
}
}
} Best Recent Tab Switcher Alternatives
Here are some Firefox add-ons that are similar to Recent Tab Switcher:
Switch between your two most recent tabs
Robert Orzanna
QuicKey – The quick tab switcher
fwextensions
Cycle through recent tabs
matetoes
Cycle Last Used Tabs
Nikola Kocić
Previous Tab Switch
ascae
TabJump: Last Tab Shortcut
Joaco
Last Used Tab
craftwar
Ctrl-Tab as Alt-Q
Andrianov Kirill (ander182)
Quick Switch
Zhi Bin Wu