Open in Private Mode
Open the active tab in a private window via toolbar button or context-menu.
Open in Private Mode란 무엇입니까?
Open in Private Mode은(는) Yubi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open the active tab in a private window via toolbar button or context-menu."입니다.
확장 프로그램 스크린샷
Open in Private Mode 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Open in Private Mode is an extension that enables you to open the current tab (active) in a private window. Simply click on the toolbar button to open the private (or incognito) window. You can also use the context-menu item (right-click) to open the private window. Please note that, if you right-click on a link, the new private window will have the link URL instead of the tab. Moreover, you can use the keyboard shortcut (Alt + Shift + S) to open the active tab in a private window. If you want to open a custom URL in a private window when you click on the toolbar button, please open the options page and add a URL in the designated area. To report bugs, please fill out the bug report form on the addon's homepage (https://mybrowseraddon.com/open-in-private-mode.html).
확장 프로그램 기본 정보
이름 | Open in Private Mode |
ID | fcmoifjllifgjedihhcmbhjmfakcadcm |
공식 URL | https://chromewebstore.google.com/detail/open-in-private-mode/fcmoifjllifgjedihhcmbhjmfakcadcm |
설명 | Open the active tab in a private window via toolbar button or context-menu. |
파일 크기 | 23.43 KB |
설치 횟수 | 2,586 |
현재 버전 | 0.1.2 |
최근 업데이트 | 2024-02-12 |
출시 날짜 | 2017-12-09 |
평점 | 4.33/5 총 6 개의 평점 |
개발자 | Yubi |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://mybrowseraddon.com/open-in-private-mode.html |
도움말 페이지 URL | https://mybrowseraddon.com/open-in-private-mode.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.2", "manifest_version": 3, "name": "Open in Private Mode", "homepage_url": "https:\/\/mybrowseraddon.com\/open-in-private-mode.html", "description": "Open the active tab in a private window via toolbar button or context-menu.", "background": { "service_worker": "background.js" }, "options_ui": { "open_in_tab": true, "page": "data\/options\/options.html" }, "permissions": [ "storage", "activeTab", "contextMenus" ], "commands": { "private-tab": { "description": "Open in Private Mode", "suggested_key": { "mac": "Alt+Shift+S", "default": "Alt+Shift+S" } } }, "action": { "default_title": "Open in Private Mode", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |