MyanmarFontTagger
Fill the gap between Zawgyi-One and Unicode
Was ist MyanmarFontTagger?
MyanmarFontTagger ist eine Chrome-Erweiterung, die von thantthet entwickelt wurde, und ihr Hauptmerkmal ist "Fill the gap between Zawgyi-One and Unicode".
Erweiterungsscreenshots
MyanmarFontTagger-Erweiterungs-CRX-Datei herunterladen
Laden Sie MyanmarFontTagger-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | MyanmarFontTagger |
ID | ildjeipiccodnhbpjebhhodledejdeip |
Offizielle URL | https://chromewebstore.google.com/detail/myanmarfonttagger/ildjeipiccodnhbpjebhhodledejdeip |
Beschreibung | Fill the gap between Zawgyi-One and Unicode |
Dateigröße | 7.6 KB |
Installationsanzahl | 2,859 |
Aktuelle Version | 2.0.2 |
Letztes Update | 2013-06-10 |
Veröffentlichungsdatum | 2013-06-10 |
Bewertung | 4.30/5 Insgesamt 80 Bewertungen |
Entwickler | thantthet |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |