FontPyin
The extension makes Maynamar which is written with Zawgyi font readable.
FontPyinとは何ですか?
FontPyinはAmosGによって開発されたChromeの拡張機能で、その主な機能は「The extension makes Maynamar which is written with Zawgyi font readable.」です。
拡張機能のスクリーンショット
FontPyin拡張機能のCRXファイルをダウンロード
FontPyin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Are the letters not displayed correctly on your Facebook for Myanmar language? Use this extension to fix it.
- Changes 0.2
- The extension should be working again. 拡張機能の基本情報
| 名前 | |
| ID | bkdajbbpncegglglccnhiamlhfgkefpo |
| 公式URL | https://chromewebstore.google.com/detail/fontpyin/bkdajbbpncegglglccnhiamlhfgkefpo |
| 説明 | The extension makes Maynamar which is written with Zawgyi font readable. |
| ファイルサイズ | 208 KB |
| インストール数 | 105 |
| 現在のバージョン | 0.2 |
| 最終更新日 | 2017-02-14 |
| 公開日 | 2017-02-13 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | AmosG |
| 支払い方法 | free |
| 対応言語 | no |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "FontPyin",
"description": "The extension makes Maynamar which is written with Zawgyi font readable.",
"version": "0.2",
"browser_action": {
"default_title": "FontPyin",
"default_icon": "icon_128.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab",
"https:\/\/ajax.googleapis.com\/"
],
"web_accessible_resources": [
"fonts\/*"
],
"content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
} | |