Turbo.net Extension

Create, share, and automate containerized environments on any Windows desktop.

What is Turbo.net Extension?

Turbo.net Extension is a Chrome extension developed by https://turbo.net, and its main feature is "Create, share, and automate containerized environments on any Windows desktop.".

Extension Screenshots

screenshot

Download Turbo.net Extension Extension CRX File

Download Turbo.net Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Turbo.net™ runs desktop and server applications in portable VMs that synchronize across the web.                    

Extension Basic Information

Name Turbo.net Extension Turbo.net Extension
ID ldibmiofagdkgiphkcokpooepankmacl
Official URL https://chromewebstore.google.com/detail/turbonet-extension/ldibmiofagdkgiphkcokpooepankmacl
Description Create, share, and automate containerized environments on any Windows desktop.
File Size 15.1 KB
Installation Count 20,000
Current Version 19.3.1939
Last Updated 2019-03-14
Publish Date 2019-03-14
Rating 3.14/5 Total 37 Ratings
Developer https://turbo.net
Email [email protected]
Payment Type free
Extension Website http://turbo.net
Supported Languages 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:\/\/*\/*"
    ]
}