incogni-tab

Open your current tab in an incognito or regular window

incogni-tab란 무엇입니까?

incogni-tab은(는) Targetlock.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open your current tab in an incognito or regular window"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

incogni-tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        incogni-tab is a simple extension that opens your current tab in an incognito (private browsing) or regular window. No unnecessary permissions or tracking!

It's easy! Just click on the extension icon in a regular window and your current tab is opened in an incognito window. Click on the extension when your tab is in an incognito window and it is opened into a regular window. There is also the option to keep the original tab open or close it once the new one is opened.

Please post suggestions and reviews, we want to make this the most useful extension of its kind.                    

확장 프로그램 기본 정보

이름 incogni-tab incogni-tab
ID mhppgjeghhhfdeemdkfcfkcnmopmcnkf
공식 URL https://chromewebstore.google.com/detail/incogni-tab/mhppgjeghhhfdeemdkfcfkcnmopmcnkf
설명 Open your current tab in an incognito or regular window
파일 크기 46.31 KB
설치 횟수 903
현재 버전 1.2.1
최근 업데이트 2020-11-18
출시 날짜 2016-02-03
평점 4.36/5 총 11 개의 평점
개발자 Targetlock.io
이메일 [email protected]
결제 유형 free
지원되는 언어 de,en,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "short_name": "incogni-tab",
    "version": "1.2.1",
    "author": "EDGE Solutions",
    "offline_enabled": true,
    "browser_action": {
        "default_title": "incogni-tab",
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        }
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "19": "img\/icon19.png",
        "32": "img\/icon32.png",
        "38": "img\/icon38.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "scripts": [
            "src\/background\/background.min.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "src\/options\/options_overlay.html",
        "chrome_style": true
    }
}