提供元: Matthieu Corageoud Add-on
Inspect and view changes in Wheeltab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Wheeltab",
"version": "0.0.3",
"default_locale": "en",
"description": "__MSG_extension_description__",
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"author": "Matthieu Corageoud",
"applications": {
"gecko": {
"id": "wheeltab@matco.name",
"strict_min_version": "45.0"
}
},
"permissions": [
"tabs",
"<all_urls>"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content-script.js"
]
}
],
"background": {
"scripts": [
"background-script.js"
]
}
} ベストのWheeltab代替案
Wheeltabに類似したFirefox add-onをいくつか紹介します:
Tab Wheel (Ctrl+E)
Milan Spiridonov
Tab Wheel Scroll
Johndodev
ScrollTabs
zaldih
Tabbertje
MarcelV
TabScroller
Richard Antony Burton
Tree Style Tab Mouse Wheel
Joshua Cantara
Tab Relocation
jebsmartt
Scroll Wheel Tab Switcher
reklai
Gesture-Based Navigation
Félix
Tab Mover
Guido Berhörster
Tab Teleporter
Peter Simonyi
Mile Wide Back
em_te