MyanmarFontTagger
Fill the gap between Zawgyi-One and Unicode
Cos'è MyanmarFontTagger?
MyanmarFontTagger è un'estensione di Chrome sviluppata da thantthet, e la sua funzione principale è "Fill the gap between Zawgyi-One and Unicode".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MyanmarFontTagger
Scarica i file di estensione MyanmarFontTagger in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        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                     Informazioni di Base sull'Estensione
| Nome |  | 
| ID | ildjeipiccodnhbpjebhhodledejdeip | 
| URL Ufficiale | https://chromewebstore.google.com/detail/myanmarfonttagger/ildjeipiccodnhbpjebhhodledejdeip | 
| Descrizione | Fill the gap between Zawgyi-One and Unicode | 
| Dimensione del File | 7.6 KB | 
| Conteggio Installazioni | 2,859 | 
| Versione Corrente | 2.0.2 | 
| Ultimo Aggiornamento | 2013-06-10 | 
| Data di Pubblicazione | 2013-06-10 | 
| Valutazione | 4.30/5 Totale 80 Valutazioni | 
| Sviluppatore | thantthet | 
| Tipo di Pagamento | free | 
| Lingue Supportate | 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"
            ]
        }
    ]
} | |