MyanmarFontTagger
Fill the gap between Zawgyi-One and Unicode
MyanmarFontTaggerとは何ですか?
MyanmarFontTaggerはthantthetによって開発されたChromeの拡張機能で、その主な機能は「Fill the gap between Zawgyi-One and Unicode」です。
拡張機能のスクリーンショット
MyanmarFontTagger拡張機能のCRXファイルをダウンロード
MyanmarFontTagger拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        In the meantime, Burmese web contents are written using Zawgyi-One or Unicode. Most people have a hard time switching to Unicode which is FUTURE PROOF and a STANDARD encoding system. You might have dreamt of using both Zawgyi-One and Unicode at the same time when you browse the web. No problem buddies, you dream came true with this plugin. So just try it out. :)
The extension used encoding detection pattern which based on the script from Ko Ravi
Font Busters - http://userscripts.org/scripts/show/42941                     拡張機能の基本情報
| 名前 |  | 
| ID | ildjeipiccodnhbpjebhhodledejdeip | 
| 公式URL | https://chromewebstore.google.com/detail/myanmarfonttagger/ildjeipiccodnhbpjebhhodledejdeip | 
| 説明 | Fill the gap between Zawgyi-One and Unicode | 
| ファイルサイズ | 7.6 KB | 
| インストール数 | 2,859 | 
| 現在のバージョン | 2.0.2 | 
| 最終更新日 | 2013-06-10 | 
| 公開日 | 2013-06-10 | 
| 評価 | 4.30/5 合計 80 レビュー | 
| 開発者 | thantthet | 
| 支払い方法 | free | 
| 対応言語 | en-US | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MyanmarFontTagger",
    "version": "2.0.2",
    "manifest_version": 2,
    "description": "Fill the gap between Zawgyi-One and Unicode",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
} | |