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. 擴展基本資訊
| 名稱 | |
| ID | cnghdgaldccbpbfbmbcocmfohpchghmp |
| 官方網址 | 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"
}
} | |