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 |
Eメール | [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:\/\/*\/*" ] } |