Incognito Toggle
Switches between incognito and regular browsing
Incognito Toggleとは何ですか?
Incognito ToggleはMeebuhsによって開発されたChromeの拡張機能で、その主な機能は「Switches between incognito and regular browsing」です。
拡張機能のスクリーンショット
Incognito Toggle拡張機能のCRXファイルをダウンロード
Incognito Toggle拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        This extension provides a simple way to switch between incognito and regular browsing.                     拡張機能の基本情報
| 名前 |   |  
| ID | mdgklkgfkebppeoioeldnnnhfodlnlkj | 
| 公式URL | https://chromewebstore.google.com/detail/incognito-toggle/mdgklkgfkebppeoioeldnnnhfodlnlkj | 
| 説明 | Switches between incognito and regular browsing | 
| ファイルサイズ | 30.16 KB | 
| インストール数 | 331 | 
| 現在のバージョン | 0.1.0 | 
| 最終更新日 | 2019-12-03 | 
| 公開日 | 2019-12-02 | 
| 開発者 | Meebuhs | 
| 支払い方法 | free | 
| 対応言語 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Switches between incognito and regular browsing",
    "version": "0.1.0",
    "name": "Incognito Toggle",
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "32": "images\/incognito-toggle-icon-32.png",
            "64": "images\/incognito-toggle-icon-64.png",
            "128": "images\/incognito-toggle-icon-128.png"
        }
    },
    "icons": {
        "32": "images\/incognito-toggle-icon-32.png",
        "64": "images\/incognito-toggle-icon-64.png",
        "128": "images\/incognito-toggle-icon-128.png"
    },
    "manifest_version": 2
}  |  |