提供元: Kunihiro Ando
Inspect and view changes in Tab Position Options source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Tab Position Options",
"description": "Tab Position Options",
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"96": "icon96.png"
},
"content_scripts": [
{
"all_frames": true,
"run_at": "document_start",
"js": [
"contentscript.js"
],
"matches": [
"<all_urls>"
]
}
],
"commands": {
"myCommandSORTTABTITLE": {
"suggested_key": {
"default": "Alt+L"
},
"description": "Send tab sort command"
},
"myCommandSORTTABURL": {
"suggested_key": {
"default": "Alt+U"
},
"description": "Send tab sort command"
},
"myCommandCRNT2ACT": {
"suggested_key": {
"default": "Alt+C"
},
"description": "Send tab sort command"
}
},
"content_security_policy": "script-src 'self'; object-src 'self'",
"minimum_chrome_version": "22",
"applications": {
"gecko": {
"id": "Tab_Position_Options_senna5150ando@gmail.com",
"strict_min_version": "57.0"
}
},
"options_ui": {
"open_in_tab": true,
"page": "options.html"
},
"permissions": [
"tabs",
"storage",
"webNavigation"
],
"version": "5.9"
} ベストのTab Position Options代替案
Tab Position Optionsに類似したFirefox add-onをいくつか紹介します:
Tab Position Options
tab-position-options
Tab Open/Close Control
F. Kolbe
Double Click New Tab
Kunihiro Ando
Tabbi
Ruby1337
Tab Positioner
dobbikov
Open Tab Right, Close Tab Left
T444W
new tab custom url
resur
Tabs Operations
Nabendu
Custom Tab
T0815
Style Tab
C.C.CREATE
Bookmarks On New Tab
mozhi