提供元: infokiller
Inspect and view changes in tabctl source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "tabctl",
"version": "0.1.2.2",
"description": "Control browser tabs from the keyboard",
"author": "infokiller",
"icons": {
"128": "icon128.png"
},
"permissions": [
"storage",
"tabs"
],
"browser_specific_settings": {
"gecko": {
"id": "{deb40c4b-8b53-4ba7-b959-e2216a4dc1e8}"
}
},
"options_page": "options_page.html",
"options_ui": {
"page": "options_page.html",
"chrome_style": true
},
"background": {
"persistent": true,
"page": "background.html"
},
"commands": {
"tabctl-move-tabs-left": {
"description": "Move selected tab(s) left"
},
"tabctl-move-tabs-right": {
"description": "Move selected tab(s) right"
},
"tabctl-focus-left": {
"description": "Focus on the tab to the left"
},
"tabctl-focus-right": {
"description": "Focus on the tab to the right"
},
"tabctl-go-back": {
"description": "Navigate back in the active tab"
},
"tabctl-go-forward": {
"description": "Navigate forward in the active tab"
},
"tabctl-remove": {
"description": "Closes the active tab"
},
"tabctl-focus-last": {
"description": "Focus on the last focused tab"
},
"tabctl-detach": {
"description": "Detach active tab"
},
"tabctl-split": {
"description": "Split tabs to the right"
}
}
} ベストのtabctl代替案
tabctlに類似したFirefox add-onをいくつか紹介します: