Yggdrasil on ChromeOS

Access the Yggdrasil network on ChromeOS.

Was ist Yggdrasil on ChromeOS?

Yggdrasil on ChromeOS ist eine Chrome-Erweiterung, die von Thingylabs entwickelt wurde, und ihr Hauptmerkmal ist "Access the Yggdrasil network on ChromeOS.".

Erweiterungsscreenshots

screenshot

Yggdrasil on ChromeOS-Erweiterungs-CRX-Datei herunterladen

Laden Sie Yggdrasil on ChromeOS-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        🖐️ Additional installation steps are required. See:
https://github.com/perguth/yggdrasil-chromeos                    

Grundlegende Informationen zur Erweiterung

Name Yggdrasil on ChromeOS Yggdrasil on ChromeOS
ID hcgljgobhoaeojnhikfmnhdpmgbmflec
Offizielle URL https://chromewebstore.google.com/detail/yggdrasil-on-chromeos/hcgljgobhoaeojnhikfmnhdpmgbmflec
Beschreibung Access the Yggdrasil network on ChromeOS.
Dateigröße 152 KB
Installationsanzahl 24
Aktuelle Version 5.0.0
Letztes Update 2019-09-15
Veröffentlichungsdatum 2019-09-15
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Thingylabs
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/perguth/yggdrasil-chromeos
Hilfeseite URL https://github.com/perguth/yggdrasil-chromeos/issues
Unterstützte Sprachen 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
}