ZUZU
ZG<=>UNI for all
What is ZUZU?
ZUZU is a Chrome extension developed by Aung Myo Kyaw, and its main feature is "ZG<=>UNI for all".
Extension Screenshots
Download ZUZU Extension CRX File
Download ZUZU extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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)
Extension Basic Information
Name | ZUZU |
ID | bihjcllopggkliknhhboemalejjkbhao |
Official URL | https://chromewebstore.google.com/detail/zuzu/bihjcllopggkliknhhboemalejjkbhao |
Description | ZG<=>UNI for all |
File Size | 66.45 KB |
Installation Count | 45 |
Current Version | 1.0 |
Last Updated | 2019-03-08 |
Publish Date | 2019-03-08 |
Developer | Aung Myo Kyaw |
Payment Type | free |
Extension Website | http://zuzu.aungmyokyaw.com |
Supported Languages | 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" ] } |