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 |
| 公式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 |
| Eメール | [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"
}
} | |