MyanmarFontTagger

Fill the gap between Zawgyi-One and Unicode

Wat is MyanmarFontTagger?

MyanmarFontTagger is een Chrome-extensie ontwikkeld door thantthet, en de belangrijkste functie is "Fill the gap between Zawgyi-One and Unicode".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie MyanmarFontTagger

Download MyanmarFontTagger-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam MyanmarFontTagger MyanmarFontTagger
ID ildjeipiccodnhbpjebhhodledejdeip
Officiële URL https://chromewebstore.google.com/detail/myanmarfonttagger/ildjeipiccodnhbpjebhhodledejdeip
Beschrijving Fill the gap between Zawgyi-One and Unicode
Bestandsgrootte 7.6 KB
Aantal Installaties 2,859
Huidige Versie 2.0.2
Laatst Bijgewerkt 2013-06-10
Publicatiedatum 2013-06-10
Beoordeling 4.30/5 Totaal 80 Beoordelingen
Ontwikkelaar thantthet
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}