MyanmarFontTagger

Fill the gap between Zawgyi-One and Unicode

Hvad er MyanmarFontTagger?

MyanmarFontTagger er en Chrome-udvidelse udviklet af thantthet, og dens hovedfunktion er "Fill the gap between Zawgyi-One and Unicode".

Udvidelsesskærmbilleder

screenshot

Download MyanmarFontTagger-udvidelses-CRX-fil

Download MyanmarFontTagger-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn MyanmarFontTagger MyanmarFontTagger
ID ildjeipiccodnhbpjebhhodledejdeip
Officiel URL https://chromewebstore.google.com/detail/myanmarfonttagger/ildjeipiccodnhbpjebhhodledejdeip
Beskrivelse Fill the gap between Zawgyi-One and Unicode
Filstørrelse 7.6 KB
Antal Installationer 2,859
Nuværende Version 2.0.2
Senest Opdateret 2013-06-10
Udgivelsesdato 2013-06-10
Bedømmelse 4.30/5 Samlet 80 Bedømmelser
Udvikler thantthet
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}