FontPyin
The extension makes Maynamar which is written with Zawgyi font readable.
ما هو FontPyin؟
FontPyin هو إضافة Chrome تم تطويرها بواسطة AmosG، والميزة الرئيسية لها هي "The extension makes Maynamar which is written with Zawgyi font readable.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة FontPyin
قم بتنزيل ملفات الامتداد FontPyin بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Are the letters not displayed correctly on your Facebook for Myanmar language? Use this extension to fix it. - Changes 0.2 - The extension should be working again.
معلومات أساسية عن التمديد
الاسم | FontPyin |
ID | bkdajbbpncegglglccnhiamlhfgkefpo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/fontpyin/bkdajbbpncegglglccnhiamlhfgkefpo |
الوصف | The extension makes Maynamar which is written with Zawgyi font readable. |
حجم الملف | 208 KB |
عدد التثبيتات | 105 |
النسخة الحالية | 0.2 |
آخر تحديث | 2017-02-14 |
تاريخ النشر | 2017-02-13 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | AmosG |
نوع الدفع | free |
اللغات المدعومة | no |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FontPyin", "description": "The extension makes Maynamar which is written with Zawgyi font readable.", "version": "0.2", "browser_action": { "default_title": "FontPyin", "default_icon": "icon_128.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ], "web_accessible_resources": [ "fonts\/*" ], "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |