Mark Incognito

open any url in incognito by default

Mark Incognitoとは何ですか?

Mark Incognitoはhitesh sainiによって開発されたChromeの拡張機能で、その主な機能は「open any url in incognito by default」です。

拡張機能のスクリーンショット

screenshot
screenshot

Mark Incognito拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        A chrome extension which enables user to quickly mark a domain as always incognito meaning that link will always be opened in a incognito window.

Note: Allow this extension in incognito mode.

Usage:
Step 1. Right click on any link and click on "MI link" in context menu. 
Step 2. Visit on that link, it will alway be opened in incognito window.

Click on extension icon to show marked urls. Where you can remove the marked url if you want.

Note: Allow this extension in incognito mode.                    

拡張機能の基本情報

名前 Mark Incognito Mark Incognito
ID jlcjobnhmlbigainbeahgmnbbcikbkba
公式URL https://chrome.google.com/webstore/detail/mark-incognito/jlcjobnhmlbigainbeahgmnbbcikbkba
説明 open any url in incognito by default
ファイルサイズ 169 KB
インストール数 47
現在のバージョン 0.0.4
最終更新日 2021-05-30
公開日 2019-11-05
評価 5.00/5 合計 2 レビュー
開発者 hitesh saini
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://imagetext.xyz/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mark Incognito",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "open any url in incognito by default",
    "icons": {
        "128": "images\/16x16.png",
        "48": "images\/128x128.png"
    },
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "permissions": [
        "",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "storage",
        "contextMenus"
    ],
    "incognito": "spanning",
    "browser_action": {
        "default_icon": {
            "48": "images\/48x48.png",
            "128": "images\/128x128.png"
        },
        "default_title": "open any url in incognito by default"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}