Yggdrasil on ChromeOS
Access the Yggdrasil network on ChromeOS.
Wat is Yggdrasil on ChromeOS?
Yggdrasil on ChromeOS is een Chrome-extensie ontwikkeld door Thingylabs, en de belangrijkste functie is "Access the Yggdrasil network on ChromeOS.".
Extensie Screenshots
Download het CRX-bestand van de extensie Yggdrasil on ChromeOS
Download Yggdrasil on ChromeOS-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
🖐️ Additional installation steps are required. See: https://github.com/perguth/yggdrasil-chromeos
Basisinformatie over de Extensie
Naam | Yggdrasil on ChromeOS |
ID | hcgljgobhoaeojnhikfmnhdpmgbmflec |
Officiële URL | https://chromewebstore.google.com/detail/yggdrasil-on-chromeos/hcgljgobhoaeojnhikfmnhdpmgbmflec |
Beschrijving | Access the Yggdrasil network on ChromeOS. |
Bestandsgrootte | 152 KB |
Aantal Installaties | 24 |
Huidige Versie | 5.0.0 |
Laatst Bijgewerkt | 2019-09-15 |
Publicatiedatum | 2019-09-15 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Thingylabs |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/perguth/yggdrasil-chromeos |
Help Pagina-URL | https://github.com/perguth/yggdrasil-chromeos/issues |
Ondersteunde Talen | 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 } |