ZUZU
ZG<=>UNI for all
Cos'è ZUZU?
ZUZU è un'estensione di Chrome sviluppata da Aung Myo Kyaw, e la sua funzione principale è "ZG<=>UNI for all".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ZUZU
Scarica i file di estensione ZUZU 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
ZG<=>UNI for all features: -copy text after convert -convert to zagyi if input text is unicode -convert to uni if input text if zagwyi -"Magic button" for two version -prevent data loss credit: -Rabbit convertor (Ko Saturn God) -Zawgyi Regex (Ko San Lin Naing)
Informazioni di Base sull'Estensione
Nome | ZUZU |
ID | bihjcllopggkliknhhboemalejjkbhao |
URL Ufficiale | https://chromewebstore.google.com/detail/zuzu/bihjcllopggkliknhhboemalejjkbhao |
Descrizione | ZG<=>UNI for all |
Dimensione del File | 66.45 KB |
Conteggio Installazioni | 45 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2019-03-08 |
Data di Pubblicazione | 2019-03-08 |
Sviluppatore | Aung Myo Kyaw |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://zuzu.aungmyokyaw.com |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ZUZU", "description": "ZG<=>UNI for all", "version": "1.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "default_title": "ZUZU", "default_popup": "index.html" }, "permissions": [ "storage" ] } |