MyanmarFontTagger
Fill the gap between Zawgyi-One and Unicode
Co je MyanmarFontTagger?
MyanmarFontTagger je rozšíření Chrome vyvinuté thantthet, a jeho hlavní funkcí je „Fill the gap between Zawgyi-One and Unicode“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření MyanmarFontTagger
Stáhněte si soubory rozšíření MyanmarFontTagger ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
                        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                     Základní Informace o Rozšíření
| Název |   |  
| ID | ildjeipiccodnhbpjebhhodledejdeip | 
| Oficiální URL | https://chromewebstore.google.com/detail/myanmarfonttagger/ildjeipiccodnhbpjebhhodledejdeip | 
| Popis | Fill the gap between Zawgyi-One and Unicode | 
| Velikost souboru | 7.6 KB | 
| Počet instalací | 2,859 | 
| Aktuální Verze | 2.0.2 | 
| Poslední Aktualizace | 2013-06-10 | 
| Datum Vydání | 2013-06-10 | 
| Hodnocení | 4.30/5 Celkem 80 Hodnocení | 
| Vývojář | thantthet | 
| Typ Platby | free | 
| Podporované Jazyky | 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"
            ]
        }
    ]
}  |  |