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."입니다.

확장 프로그램 스크린샷

screenshot

Turbo.net Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 Turbo.net Extension 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:\/\/*\/*"
    ]
}