Lisu Unicode
Lisu Unicode Extension By KU-ZA.COM
What is Lisu Unicode?
Lisu Unicode is a Chrome extension developed by KU-ZA, and its main feature is "Lisu Unicode Extension By KU-ZA.COM".
Extension Screenshots
Download Lisu Unicode Extension CRX File
Download Lisu Unicode 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
Lisu Unicode Extension for Google Chrome. 1. Read Lisu Unicode on any website 2. Extension has a Lisu Unicode keyboard popup.
Extension Basic Information
Name | |
ID | hgcpjoiilkjlignmndbdkjocalpmhjde |
Official URL | https://chrome.google.com/webstore/detail/lisu-unicode/hgcpjoiilkjlignmndbdkjocalpmhjde |
Description | Lisu Unicode Extension By KU-ZA.COM |
File Size | 26.02 KB |
Installation Count | 17 |
Current Version | 2.5 |
Last Updated | 2014-05-27 |
Publish Date | 2014-05-27 |
Rating | 5.00/5 Total 2 Ratings |
Developer | KU-ZA |
Payment Type | free |
Help Page URL | https://www.facebook.com/pages/Lisu-Unicode-Keyboard/192316134201842?ref=hl |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lisu Unicode", "description": "Lisu Unicode Extension By KU-ZA.COM", "version": "2.5", "permissions": [ "tabs", "webRequest", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": "lisu.png", "default_popup": "popup.html" }, "icons": { "48": "48x48.png", "128": "128x128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "lisu.css" ], "js": [ "css.js" ] } ] } |