제작자: Zhi Bin Wu
Inspect and view changes in Move Tab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Move Tab",
"version": "1.2resigned1",
"description": "Move active tab using Alt+Shift+Right or Alt+Shift+Left",
"commands": {
"toggle_left": {
"suggested_key": {
"default": "Alt+Shift+Left"
},
"description": "Send a 'toggle-left' event for the 'Move Tab' extension"
},
"toggle_right": {
"suggested_key": {
"default": "Alt+Shift+Right"
},
"description": "Send a 'toggle-right' event for the 'Move Tab' extension"
}
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"activeTab",
"tabs"
],
"icons": {
"32": "icons/icon_32.png",
"64": "icons/icon_64.png"
},
"browser_specific_settings": {
"gecko": {
"id": "{1a5d9016-c6cd-4c73-b382-8228405bf540}"
}
}
} 최고의 Move Tab 대안
다음은 Move Tab과(와) 유사한 Firefox add-on입니다:
Move Tabs
Moti Korets
Tab Mover
Nabrizzy
Alt-shift
Realpradeep
Move tabs and groups
Jackson McKay
TabWalk
Giorgio Maone
Tab Switch
Awuthme
Tab Rearranger
Daniel de Haas
Tab Flow Navigator
Anastasiya
Move Tab Hotkeys
Jonathon Merz
Hotkeys to Switch Tabs Left and Right
jscher2000