Turbo.net Extension
Create, share, and automate containerized environments on any Windows desktop.
Cos'è Turbo.net Extension?
Turbo.net Extension è un'estensione di Chrome sviluppata da https://turbo.net, e la sua funzione principale è "Create, share, and automate containerized environments on any Windows desktop.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Turbo.net Extension
Scarica i file di estensione Turbo.net Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Turbo.net™ runs desktop and server applications in portable VMs that synchronize across the web. Informazioni di Base sull'Estensione
| Nome | |
| ID | ldibmiofagdkgiphkcokpooepankmacl |
| URL Ufficiale | https://chromewebstore.google.com/detail/turbonet-extension/ldibmiofagdkgiphkcokpooepankmacl |
| Descrizione | Create, share, and automate containerized environments on any Windows desktop. |
| Dimensione del File | 15.1 KB |
| Conteggio Installazioni | 20,000 |
| Versione Corrente | 19.3.1939 |
| Ultimo Aggiornamento | 2019-03-14 |
| Data di Pubblicazione | 2019-03-14 |
| Valutazione | 3.14/5 Totale 37 Valutazioni |
| Sviluppatore | https://turbo.net |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://turbo.net |
| Lingue Supportate | 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:\/\/*\/*"
]
} | |