MyanmarFontTagger

Fill the gap between Zawgyi-One and Unicode

Co to jest MyanmarFontTagger?

MyanmarFontTagger to rozszerzenie Chrome opracowane przez thantthet, a jego główną funkcją jest „Fill the gap between Zawgyi-One and Unicode”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia MyanmarFontTagger

Pobierz pliki rozszerzeń MyanmarFontTagger w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa MyanmarFontTagger MyanmarFontTagger
ID ildjeipiccodnhbpjebhhodledejdeip
Oficjalny URL https://chromewebstore.google.com/detail/myanmarfonttagger/ildjeipiccodnhbpjebhhodledejdeip
Opis Fill the gap between Zawgyi-One and Unicode
Rozmiar pliku 7.6 KB
Liczba instalacji 2,859
Aktualna Wersja 2.0.2
Ostatnia Aktualizacja 2013-06-10
Data Publikacji 2013-06-10
Ocena 4.30/5 Łącznie 80 Oceny
Deweloper thantthet
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}