MyanmarFontTagger

Fill the gap between Zawgyi-One and Unicode

什麼是MyanmarFontTagger?

MyanmarFontTagger是由thantthet開發的Chrome擴展程式,該擴展的主要功能是“Fill the gap between Zawgyi-One and Unicode”。

擴展截圖

screenshot

下載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                    

擴展基本資訊

名稱 MyanmarFontTagger MyanmarFontTagger
ID ildjeipiccodnhbpjebhhodledejdeip
官方網址 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"
            ]
        }
    ]
}