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ファイルをダウンロード

incogni-tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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
    }
}