Turbo.net Extension
Create, share, and automate containerized environments on any Windows desktop.
什么是Turbo.net Extension?
Turbo.net Extension是由https://turbo.net开发的Chrome扩展程序,该扩展的主要功能是“Create, share, and automate containerized environments on any Windows desktop.”。
扩展截图
下载Turbo.net Extension扩展crx文件
下载Turbo.net Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Turbo.net™ runs desktop and server applications in portable VMs that synchronize across the web.
扩展基本信息
名称 | Turbo.net Extension |
ID | ldibmiofagdkgiphkcokpooepankmacl |
官方URL | https://chromewebstore.google.com/detail/turbonet-extension/ldibmiofagdkgiphkcokpooepankmacl |
简介 | Create, share, and automate containerized environments on any Windows desktop. |
文件大小 | 15.1 KB |
安装次数 | 20,000 |
当前版本 | 19.3.1939 |
更新时间 | 2019-03-14 |
上架时间 | 2019-03-14 |
评分 | 3.14/5 共37次评分 |
开发者 | https://turbo.net |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://turbo.net |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Turbo.net", "name": "Turbo.net Extension", "version": "19.3.1939", "manifest_version": 2, "minimum_chrome_version": "42.0", "description": "Create, share, and automate containerized environments on any Windows desktop.", "background": { "scripts": [ "background.js" ], "persistent": true }, "applications": { "gecko": { "id": "[email protected]", "strict_min_version": "50.0" } }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "nativeMessaging", "activeTab", "tabs", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*" ] } |