Yggdrasil on ChromeOS
Access the Yggdrasil network on ChromeOS.
Apa itu Yggdrasil on ChromeOS?
Yggdrasil on ChromeOS adalah ekstensi Chrome yang dikembangkan oleh Thingylabs, dan fitur utamanya adalah "Access the Yggdrasil network on ChromeOS.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Yggdrasil on ChromeOS
Unduh file ekstensi Yggdrasil on ChromeOS dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
🖐️ Additional installation steps are required. See: https://github.com/perguth/yggdrasil-chromeos
Informasi Dasar Ekstensi
Nama | Yggdrasil on ChromeOS |
ID | hcgljgobhoaeojnhikfmnhdpmgbmflec |
URL Resmi | https://chromewebstore.google.com/detail/yggdrasil-on-chromeos/hcgljgobhoaeojnhikfmnhdpmgbmflec |
Deskripsi | Access the Yggdrasil network on ChromeOS. |
Ukuran File | 152 KB |
Jumlah Instalasi | 24 |
Versi Saat Ini | 5.0.0 |
Terakhir Diperbarui | 2019-09-15 |
Tanggal Publikasi | 2019-09-15 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Thingylabs |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/perguth/yggdrasil-chromeos |
URL Halaman Bantuan | https://github.com/perguth/yggdrasil-chromeos/issues |
Bahasa yang Didukung | 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 } |