Yggdrasil on ChromeOS
Access the Yggdrasil network on ChromeOS.
Qu'est-ce que Yggdrasil on ChromeOS ?
Yggdrasil on ChromeOS est une extension Chrome développée par Thingylabs, et sa fonction principale est "Access the Yggdrasil network on ChromeOS.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Yggdrasil on ChromeOS
Téléchargez les fichiers d'extension Yggdrasil on ChromeOS 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
🖐️ Additional installation steps are required. See: https://github.com/perguth/yggdrasil-chromeos
Informations de Base sur l'Extension
Nom | Yggdrasil on ChromeOS |
ID | hcgljgobhoaeojnhikfmnhdpmgbmflec |
URL Officiel | https://chromewebstore.google.com/detail/yggdrasil-on-chromeos/hcgljgobhoaeojnhikfmnhdpmgbmflec |
Description | Access the Yggdrasil network on ChromeOS. |
Taille du Fichier | 152 KB |
Nombre d'Installations | 24 |
Version Actuelle | 5.0.0 |
Dernière Mise à Jour | 2019-09-15 |
Date de Publication | 2019-09-15 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Thingylabs |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/perguth/yggdrasil-chromeos |
URL de la Page d'Aide | https://github.com/perguth/yggdrasil-chromeos/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Yggdrasil on ChromeOS", "version": "5.0.0", "description": "Access the Yggdrasil network on ChromeOS.", "permissions": [ "proxy" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "128": "y.128.png" } }, "icons": { "128": "y-green.128.png" }, "manifest_version": 2 } |