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.                     擴展基本資訊
| 名稱 |   |  
| ID | ldibmiofagdkgiphkcokpooepankmacl | 
| 官方網址 | 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:\/\/*\/*"
    ]
}  |  |