提供元: Giorgio Maone
Inspect and view changes in TabWalk source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"default_locale": "en",
"name": "TabWalk",
"applications": {
"gecko": {
"id": "TabWalk@maone.net",
"strict_min_version": "57.0"
}
},
"version": "1.2resigned1",
"description": "__MSG_Description__",
"icons": {
"256": "img/icon256.png"
},
"permissions": [
"tabs",
"activeTab"
],
"background": {
"scripts": [
"main.js"
]
},
"commands": {
"prev": {
"description": "Previously selected tab",
"suggested_key": {
"default": "Alt+Shift+Left"
}
},
"next": {
"description": "Next tab",
"suggested_key": {
"default": "Alt+Shift+Right"
}
}
}
} ベストのTabWalk代替案
TabWalkに類似したFirefox add-onをいくつか紹介します:
Cycle through recent tabs
matetoes
Cycle Last Used Tabs
Nikola Kocić
VimTab Navigator
justynt
Tab Flow Navigator
Anastasiya
TabNav
Thomas Introini
Active Tab History
Nobuyuki Honda
Tab Navigator
Alex LV
Tab Click Order
German Ilin
Switch To Previous Active Tab & Reload All Tabs
jscher2000
Move Tab
Zhi Bin Wu