MyanmarFontTagger

Fill the gap between Zawgyi-One and Unicode

Vad är MyanmarFontTagger?

MyanmarFontTagger är en Chrome-tillägg utvecklad av thantthet, och dess huvudfunktion är "Fill the gap between Zawgyi-One and Unicode".

Tilläggsskärmbilder

screenshot

Ladda ner MyanmarFontTagger-förlängningens CRX-fil

Ladda ner MyanmarFontTagger-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn MyanmarFontTagger MyanmarFontTagger
ID ildjeipiccodnhbpjebhhodledejdeip
Officiell webbadress https://chromewebstore.google.com/detail/myanmarfonttagger/ildjeipiccodnhbpjebhhodledejdeip
Beskrivning Fill the gap between Zawgyi-One and Unicode
Filstorlek 7.6 KB
Antal Installationer 2,859
Aktuell Version 2.0.2
Senast Uppdaterad 2013-06-10
Publiceringsdatum 2013-06-10
Betyg 4.30/5 Totalt 80 Betyg
Utvecklare thantthet
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}