MyanmarFontTagger

Fill the gap between Zawgyi-One and Unicode

Apa itu MyanmarFontTagger?

MyanmarFontTagger adalah ekstensi Chrome yang dikembangkan oleh thantthet, dan fitur utamanya adalah "Fill the gap between Zawgyi-One and Unicode".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi MyanmarFontTagger

Unduh file ekstensi MyanmarFontTagger dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama MyanmarFontTagger MyanmarFontTagger
ID ildjeipiccodnhbpjebhhodledejdeip
URL Resmi https://chromewebstore.google.com/detail/myanmarfonttagger/ildjeipiccodnhbpjebhhodledejdeip
Deskripsi Fill the gap between Zawgyi-One and Unicode
Ukuran File 7.6 KB
Jumlah Instalasi 2,859
Versi Saat Ini 2.0.2
Terakhir Diperbarui 2013-06-10
Tanggal Publikasi 2013-06-10
Penilaian 4.30/5 Total 80 Penilaian
Pengembang thantthet
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}