New Window Tab
Keyboard shortcut for putting the current tab into a new window (default Alt+Shift+W)
New Window Tabคืออะไร?
New Window Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ashkan และคุณลักษณะหลักของมันคือ "Keyboard shortcut for putting the current tab into a new window (default Alt+Shift+W)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย New Window Tab
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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" ] } |