Open in specific window
Adds a right-click menu that opens a link in a specified window
Open in specific window란 무엇입니까?
Open in specific window은(는) https://jfsl.dk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds a right-click menu that opens a link in a specified window"입니다.
확장 프로그램 스크린샷
Open in specific window 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Chrome will by default open any link in the same window as it was clicked. If you have multiple chrome windows open, this extension will add a right-click menu allowing you to choose which window to open the link in. The menu will automatically show the current window/tab title of the windows you can choose to open the link in. Optionally you can also name your open windows by clicking the "Open in specific window" icon in the upper right-hand corner.
확장 프로그램 기본 정보
이름 | Open in specific window |
ID | nkgphogbgnehgdfkpiknbdnjaamlbgmo |
공식 URL | https://chromewebstore.google.com/detail/open-in-specific-window/nkgphogbgnehgdfkpiknbdnjaamlbgmo |
설명 | Adds a right-click menu that opens a link in a specified window |
파일 크기 | 104 KB |
설치 횟수 | 1,198 |
현재 버전 | 1.3.1 |
최근 업데이트 | 2018-07-17 |
출시 날짜 | 2018-07-17 |
평점 | 3.96/5 총 27 개의 평점 |
개발자 | https://jfsl.dk |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://jfsl.dk/oisw-intro.php |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open in specific window", "version": "1.3.1", "manifest_version": 2, "description": "Adds a right-click menu that opens a link in a specified window", "permissions": [ "tabs", "contextMenus", "storage", "background" ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "page": "background\/background.html" }, "browser_action": { "default_title": "Name this window", "default_popup": "browserAction\/browserAction.html" }, "options_ui": { "page": "options\/options.html", "chrome_style": true }, "content_scripts": [ { "matches": [ " |