提供元: Alex LV
Inspect and view changes in Tab Navigator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Tab Navigator",
"version": "1.0.0",
"description": "Navigate through tab history using keyboard shortcuts. Press Ctrl+Alt+Left to go back and Ctrl+Alt+Right to go forward through your previously visited tabs.",
"browser_specific_settings": {
"gecko": {
"id": "tab-navigator-ext@alexlv.com",
"strict_min_version": "58.0"
}
},
"license": "MIT",
"permissions": [
"tabs",
"storage"
],
"background": {
"scripts": [
"background.js"
]
},
"commands": {
"navigate-back": {
"suggested_key": {
"default": "Ctrl+Alt+Left"
},
"description": "Navigate to previous tab in history"
},
"navigate-forward": {
"suggested_key": {
"default": "Ctrl+Alt+Right"
},
"description": "Navigate to next tab in history"
}
}
} ベストのTab Navigator代替案
Tab Navigatorに類似したFirefox add-onをいくつか紹介します:
Tab Switcher
Himean
TabTime Traveler
789WIN
TabSearch
Enrico Baculinao
Tabs Search & Navigator
koraiwa5z
Browser Navigator
Felipe Lavín Z.
UnTab
Akash Hamirwasia
Tab Ahead
Jan Raasch
Tab Flow Navigator
Anastasiya
Active Tab History
Nobuyuki Honda
SmartTabs Navigator
U888
VimTab Navigator
justynt