Incognito This Tab

Open current tab in an incognito window.

Incognito This Tab란 무엇입니까?

Incognito This Tab은(는) BrowserNative에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open current tab in an incognito window."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Use keyboard shortcut "Alt + O", toolbar button or the context menu option.

Simple and light-weight extension, doesn't require any special permission. No Adware or any malicious activity.

Enable "Allow in incognito" on Extensions page to use it in incognito mode for reverse functionality.                    

확장 프로그램 기본 정보

이름 Incognito This Tab Incognito This Tab
ID nhockicmnnjibbhgcpphjicilgcfehdi
공식 URL https://chromewebstore.google.com/detail/incognito-this-tab/nhockicmnnjibbhgcpphjicilgcfehdi
설명 Open current tab in an incognito window.
파일 크기 11.14 KB
설치 횟수 61,806
현재 버전 0.6
최근 업데이트 2023-11-26
출시 날짜 2016-07-12
평점 3.70/5 총 73 개의 평점
개발자 BrowserNative
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://browsernative.com/incognito-chrome/
도움말 페이지 URL https://browsernative.com/incognito-chrome/
개인정보 보호 정책 페이지 URL https://browsernative.com/extensions-privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Incognito This Tab",
    "description": "Open current tab in an incognito window.",
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "version": "0.6",
    "homepage_url": "https:\/\/browsernative.com\/incognito-chrome\/",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "static\/19.png",
            "38": "static\/38.png"
        },
        "default_title": "Incognito This Tab"
    },
    "icons": {
        "128": "static\/128.png",
        "48": "static\/48.png",
        "16": "static\/16.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+O",
                "mac": "Alt+O",
                "chromeos": "Alt+O",
                "linux": "Alt+O"
            }
        }
    }
}