Turbo.net Extension
Create, share, and automate containerized environments on any Windows desktop.
Qu'est-ce que Turbo.net Extension ?
Turbo.net Extension est une extension Chrome développée par https://turbo.net, et sa fonction principale est "Create, share, and automate containerized environments on any Windows desktop.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Turbo.net Extension
Téléchargez les fichiers d'extension Turbo.net Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Turbo.net™ runs desktop and server applications in portable VMs that synchronize across the web.
Informations de Base sur l'Extension
Nom | Turbo.net Extension |
ID | ldibmiofagdkgiphkcokpooepankmacl |
URL Officiel | https://chromewebstore.google.com/detail/turbonet-extension/ldibmiofagdkgiphkcokpooepankmacl |
Description | Create, share, and automate containerized environments on any Windows desktop. |
Taille du Fichier | 15.1 KB |
Nombre d'Installations | 20,000 |
Version Actuelle | 19.3.1939 |
Dernière Mise à Jour | 2019-03-14 |
Date de Publication | 2019-03-14 |
Évaluation | 3.14/5 Total 37 Évaluations |
Développeur | https://turbo.net |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://turbo.net |
Langues Prises en Charge | 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:\/\/*\/*" ] } |