Georgian Font Fixer
Fixes Georgian Uppercase problem in Chrome 69
ما هو Georgian Font Fixer؟
Georgian Font Fixer هو إضافة Chrome تم تطويرها بواسطة mrsamkhar، والميزة الرئيسية لها هي "Fixes Georgian Uppercase problem in Chrome 69".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Georgian Font Fixer
قم بتنزيل ملفات الامتداد Georgian Font Fixer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
fix uppercase problem for georgian fonts
معلومات أساسية عن التمديد
الاسم | Georgian Font Fixer |
ID | nkeeiljggfojnklpckjjlfadojdjocgb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/georgian-font-fixer/nkeeiljggfojnklpckjjlfadojdjocgb |
الوصف | Fixes Georgian Uppercase problem in Chrome 69 |
حجم الملف | 55.31 KB |
عدد التثبيتات | 237 |
النسخة الحالية | 0.2 |
آخر تحديث | 2022-06-10 |
تاريخ النشر | 2018-09-10 |
تقييم | 4.67/5 مجموع تقييمات 3 |
المطور | mrsamkhar |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://www.freeprivacypolicy.com/privacy/view/758cab9e0500f1b8798865acd8e9d83c |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Georgian Font Fixer", "short_name": "GFF", "version": "0.2", "description": "Fixes Georgian Uppercase problem in Chrome 69", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "fix.css" ] } ], "browser_action": { "default_icon": "icon.png" }, "web_accessible_resources": [ "sylfaen.ttf" ] } |