Isolator Chrome Extension
The extensions opens a tab that is redirected to a a contained session
Isolator Chrome Extensionとは何ですか?
Isolator Chrome Extensionはcloudpurge developersによって開発されたChromeの拡張機能で、その主な機能は「The extensions opens a tab that is redirected to a a contained session」です。
Isolator Chrome Extension拡張機能のCRXファイルをダウンロード
Isolator Chrome Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Safe remote browsing extension Allowing browsing in a remote contained environment The software is provided "as-is," without any express or implied warranty.
拡張機能の基本情報
名前 | Isolator Chrome Extension |
ID | ppbdfacganomndfendjinolhobbacnhk |
公式URL | https://chromewebstore.google.com/detail/isolator-chrome-extension/ppbdfacganomndfendjinolhobbacnhk |
説明 | The extensions opens a tab that is redirected to a a contained session |
ファイルサイズ | 38.28 KB |
インストール数 | 22 |
現在のバージョン | 1.0.3 |
最終更新日 | 2017-09-14 |
公開日 | 2017-09-14 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | cloudpurge developers |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://www.cloudpurge.com/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Isolator Chrome Extension", "description": "The extensions opens a tab that is redirected to a a contained session", "version": "1.0.3", "browser_action": { "default_icon": "icecube.png", "default_popup": "ice.html" }, "permissions": [ "activeTab", "cookies", "https:\/\/prod.cloudpurge.com\/", "http:\/\/cpld\/", "contextMenus", "bookmarks" ] } |