MyanmarFontTagger

Fill the gap between Zawgyi-One and Unicode

What is MyanmarFontTagger?

MyanmarFontTagger is a Chrome extension developed by thantthet, and its main feature is "Fill the gap between Zawgyi-One and Unicode".

Extension Screenshots

screenshot

Download MyanmarFontTagger Extension CRX File

Download MyanmarFontTagger extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name MyanmarFontTagger MyanmarFontTagger
ID ildjeipiccodnhbpjebhhodledejdeip
Official URL https://chromewebstore.google.com/detail/myanmarfonttagger/ildjeipiccodnhbpjebhhodledejdeip
Description Fill the gap between Zawgyi-One and Unicode
File Size 7.6 KB
Installation Count 2,859
Current Version 2.0.2
Last Updated 2013-06-10
Publish Date 2013-06-10
Rating 4.30/5 Total 80 Ratings
Developer thantthet
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}