New Window Tab
Keyboard shortcut for putting the current tab into a new window (default Alt+Shift+W)
什麼是New Window Tab?
New Window Tab是由Ashkan開發的Chrome擴展程式,該擴展的主要功能是“Keyboard shortcut for putting the current tab into a new window (default Alt+Shift+W)”。
擴展截圖
下載New Window Tab擴展crx文件
下載New Window Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A chrome extension that fills a simple need. It creates a keyboard shortcut (Alt+Shift+W by default) which pops out the current tab into a new window. It automatically chooses the window location using chrome's suggestion for a "natural" offset (about 10 pixels offset from parent's top and left). It keeps the same window size as the parent window.
擴展基本資訊
名稱 | |
ID | likdgnpafjdanfaaoendcmkkpefbfiel |
官方網址 | https://chrome.google.com/webstore/detail/new-window-tab/likdgnpafjdanfaaoendcmkkpefbfiel |
簡介 | Keyboard shortcut for putting the current tab into a new window (default Alt+Shift+W) |
檔案大小 | 581 KB |
安裝次數 | 25 |
目前版本 | 1.0.0 |
更新時間 | 2014-12-14 |
上架時間 | 2014-12-14 |
開發者 | Ashkan |
付費類型 | free |
擴展官網 | https://github.com/norcalli/newtabwindow |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New Window Tab", "description": "Keyboard shortcut for putting the current tab into a new window (default Alt+Shift+W)", "version": "1.0.0", "manifest_version": 2, "minimum_chrome_version": "19", "icons": { "16": "icons\/win16.png", "48": "icons\/win48.png", "128": "icons\/win128.png" }, "background": { "scripts": [ "js\/hook.js" ], "persistent": false }, "commands": { "toggle-feature": { "suggested_key": { "default": "Alt+Shift+W" }, "description": "Open current tab in new window" } }, "permissions": [ "tabs" ] } |