RegExp Incognito
Automatically switch to Incognito mode when a regex matches.
RegExp Incognitoとは何ですか?
RegExp IncognitoはMatthias Berlaによって開発されたChromeの拡張機能で、その主な機能は「Automatically switch to Incognito mode when a regex matches.」です。
RegExp Incognito拡張機能のCRXファイルをダウンロード
RegExp Incognito拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | ![]() |
ID | eoinodgpodbohkbgkdgbfeokpbihaild |
公式URL | https://chrome.google.com/webstore/detail/regexp-incognito/eoinodgpodbohkbgkdgbfeokpbihaild |
説明 | Automatically switch to Incognito mode when a regex matches. |
ファイルサイズ | 5.9 KB |
インストール数 | 29 |
現在のバージョン | 1.1.2 |
最終更新日 | 2016-04-08 |
公開日 | 2016-04-08 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Matthias Berla |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RegExp Incognito", "version": "1.1.2", "author": "Matthias Berla", "description": "Automatically switch to Incognito mode when a regex matches.", "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "options.html", "permissions": [ "history", "storage", "tabs" ] } |