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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |