MyanmarFontTagger

Fill the gap between Zawgyi-One and Unicode

O que é MyanmarFontTagger?

MyanmarFontTagger é uma extensão do Chrome desenvolvida por thantthet, e sua principal característica é "Fill the gap between Zawgyi-One and Unicode".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão MyanmarFontTagger

Baixe arquivos de extensão MyanmarFontTagger no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome MyanmarFontTagger MyanmarFontTagger
ID ildjeipiccodnhbpjebhhodledejdeip
URL Oficial https://chromewebstore.google.com/detail/myanmarfonttagger/ildjeipiccodnhbpjebhhodledejdeip
Descrição Fill the gap between Zawgyi-One and Unicode
Tamanho do Arquivo 7.6 KB
Contagem de Instalações 2,859
Versão Atual 2.0.2
Última Atualização 2013-06-10
Data de Publicação 2013-06-10
Classificação 4.30/5 Total de 80 Avaliações
Desenvolvedor thantthet
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}