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 |
官方網址 | 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 |
電子郵箱 | [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" ] } |