MyanmarFontTagger

Fill the gap between Zawgyi-One and Unicode

¿Qué es MyanmarFontTagger?

MyanmarFontTagger es una extensión de Chrome desarrollada por thantthet, y su función principal es "Fill the gap between Zawgyi-One and Unicode".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión MyanmarFontTagger

Descarga archivos de extensión MyanmarFontTagger en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre MyanmarFontTagger MyanmarFontTagger
ID ildjeipiccodnhbpjebhhodledejdeip
URL Oficial https://chromewebstore.google.com/detail/myanmarfonttagger/ildjeipiccodnhbpjebhhodledejdeip
Descripción Fill the gap between Zawgyi-One and Unicode
Tamaño del Archivo 7.6 KB
Cantidad de Instalaciones 2,859
Versión Actual 2.0.2
Última Actualización 2013-06-10
Fecha de Publicación 2013-06-10
Calificación 4.30/5 Total de 80 Calificaciones
Desarrollador thantthet
Tipo de Pago free
Idiomas Soportados 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"
            ]
        }
    ]
}