MyanmarFontTagger
Fill the gap between Zawgyi-One and Unicode
ما هو MyanmarFontTagger؟
MyanmarFontTagger هو إضافة Chrome تم تطويرها بواسطة thantthet، والميزة الرئيسية لها هي "Fill the gap between Zawgyi-One and Unicode".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة MyanmarFontTagger
قم بتنزيل ملفات الامتداد MyanmarFontTagger بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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
معلومات أساسية عن التمديد
الاسم | MyanmarFontTagger |
ID | ildjeipiccodnhbpjebhhodledejdeip |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/myanmarfonttagger/ildjeipiccodnhbpjebhhodledejdeip |
الوصف | Fill the gap between Zawgyi-One and Unicode |
حجم الملف | 7.6 KB |
عدد التثبيتات | 2,859 |
النسخة الحالية | 2.0.2 |
آخر تحديث | 2013-06-10 |
تاريخ النشر | 2013-06-10 |
تقييم | 4.30/5 مجموع تقييمات 80 |
المطور | thantthet |
نوع الدفع | free |
اللغات المدعومة | 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" ] } ] } |