Myanmar Unicode Font Converter
Myanmar Unicode Font Converter
什么是Myanmar Unicode Font Converter?
Myanmar Unicode Font Converter是由Tin开发的Chrome扩展程序,该扩展的主要功能是“Myanmar Unicode Font Converter”。
扩展截图
下载Myanmar Unicode Font Converter扩展crx文件
下载Myanmar Unicode Font Converter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A simple light-weight chrome extension allows you to convert all text contents written in Myanmar Zaw Gyi Font into Myanmar Unicode.
扩展基本信息
名称 | Myanmar Unicode Font Converter |
ID | cnghdgaldccbpbfbmbcocmfohpchghmp |
官方URL | https://chromewebstore.google.com/detail/myanmar-unicode-font-conv/cnghdgaldccbpbfbmbcocmfohpchghmp |
简介 | Myanmar Unicode Font Converter |
文件大小 | 129 KB |
安装次数 | 2,261 |
当前版本 | 1.0 |
更新时间 | 2019-03-27 |
上架时间 | 2019-03-21 |
评分 | 2.00/5 共1次评分 |
开发者 | Tin |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Myanmar Unicode Font Converter", "version": "1.0", "manifest_version": 2, "description": "Myanmar Unicode Font Converter", "permissions": [ "activeTab", "declarativeContent" ], "background": { "scripts": [ "background.js", "init.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "external-lib\/jquery-3.3.1\/jquery-3.3.1.min.js", "external-lib\/myanmar-tools-1.1.1\/zawgyi_detector.min.js", "external-lib\/myanmar-tools-1.1.1\/zawgyi_converter.min.js" ] } ], "browser_action": { "default_icon": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" } }, "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" } } |