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
官方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"
            ]
        }
    ]
}