Incognito Launcher

Quick Incognito Launcher

Incognito Launcher란 무엇입니까?

Incognito Launcher은(는) mquadrant에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quick Incognito Launcher"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Incognito Launcher 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Open your current tab or highlighted tabs in an incognito or normal window in Just-One-Click.
Incognito Launcher is an easy to use extension that opens your current tab in an incognito (private browsing).

It's simple! 
- To open your normal tab in an incognito window: Click on the extension icon in a regular window and your current tab is opened in an incognito window. 
- To revert back to your normal tab: Repeat the above process in an incognito window and it is opened into a regular window.

Short cut:  "Ctrl + Shift + Right" for window and "Command + Shift + Right" for mac.

To enable this extension on Incognito window, Follow this steps here: https://www.thewindowsclub.com/enable-extensions-in-incognito-mode-on-google-chrome                    

확장 프로그램 기본 정보

이름 Incognito Launcher Incognito Launcher
ID ipobjholhnadnkgkapnpbdcnogdfdepd
공식 URL https://chromewebstore.google.com/detail/incognito-launcher/ipobjholhnadnkgkapnpbdcnogdfdepd
설명 Quick Incognito Launcher
파일 크기 15.45 KB
설치 횟수 18
현재 버전 1.1
최근 업데이트 2022-05-24
출시 날짜 2020-10-12
개발자 mquadrant
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Incognito Launcher",
    "version": "1.1",
    "description": "Quick Incognito Launcher",
    "manifest_version": 3,
    "icons": {
        "48": "images\/[email protected]",
        "128": "images\/[email protected]"
    },
    "commands": {
        "open-iiwindow": {
            "suggested_key": {
                "default": "Ctrl+Shift+Right",
                "mac": "Command+Shift+Right"
            },
            "description": "Open highlighted\/current Tab in incognito"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs"
    ],
    "action": {
        "default_icon": {
            "48": "images\/[email protected]",
            "128": "images\/[email protected]"
        }
    }
}