Turbo.net Extension
Create, share, and automate containerized environments on any Windows desktop.
Turbo.net Extensionคืออะไร?
Turbo.net Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://turbo.net และคุณลักษณะหลักของมันคือ "Create, share, and automate containerized environments on any Windows desktop."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Turbo.net Extension
ดาวน์โหลดไฟล์ส่วนขยาย 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:\/\/*\/*" ] } |