提供元: Koen van Ingen
Inspect and view changes in Tab cycle Quantum source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Tab cycle",
"version": "1.1resigned1",
"description": "A simple tab cycle extension compatible with Firefox Quantum.",
"homepage_url": "https://github.com/koen92/tab_cycle",
"applications": {
"gecko": {
"strict_min_version": "57.0",
"id": "{e66d23c1-11d2-4bc6-81b6-c3285d3214c6}"
}
},
"icons": {
"48": "icons/icon_48.png",
"96": "icons/icon_96.png"
},
"permissions": [
"tabs",
"storage"
],
"browser_action": {
"default_icon": "icons/cycle-disabled.png",
"default_title": "Enable tab cycle"
},
"options_ui": {
"page": "settings/settings.html",
"browser_style": true
},
"background": {
"scripts": [
"background.js"
]
}
} ベストのTab cycle Quantum代替案
Tab cycle Quantumに類似したFirefox add-onをいくつか紹介します:
Tab cycle Plus
Jeroen Toutenhoofd
Tab Cycle
Michael Pontus
Tab Deque
Sebastian Blask
Close Tab Button Quantum
Firefox user 13510456
Tab Counter Plus
Oriol Brufau
Sequential Tab Refresher
BenadrylCrunchysnack
Sort tabs advanced
monomon
TabToggle
Sriram
Switch Tabs
Ph4nToM00
Recent Tabs List
jojojo
Simple Tab Rotator
CoderK1113