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 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
电子邮箱 [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"
    ]
}