Por: Evi Wammes
Inspect and view changes in CTRL - Tab Switcher source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "CTRL - Tab Switcher",
"version": "1.0",
"description": "Switch quickly between tabs, by pressing control + the first letter of a domain.",
"permissions": [
"tabs",
"activeTab"
],
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"48": "icon-48.jpeg",
"96": "icon-96.jpeg"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{e83924bd-f75b-47f8-9f70-4f9ab0a30ce3}"
}
}
} Melhores alternativas CTRL - Tab Switcher
Aqui estão algumas Firefox add-ons que são similares a CTRL - Tab Switcher:
Ctrl Tabs
Mikel Ward
Modern Tab Switcher
oxatruchdev
Switch Tab
Nischal Dahal
Quick Tab Switcher
868VIP
Group Tabs by Domain
dfbswfvev
Previous Tab Switch
ascae
shortcuts
SqYtCO
Switch between your two most recent tabs
Robert Orzanna
Ctrl+Number to switch tabs in reverse order
Tom Rodriguez
Cycle Last Used Tabs
Nikola Kocić
Alt+Number to switch tabs
Emilio Cobos Álvarez