Georgian Uppercase Font Fixer
Fixes uppercase font problems on Georgian websites that came with Chrome 69 Unicode 11 update. This is a temporary solution.
ما هو Georgian Uppercase Font Fixer؟
Georgian Uppercase Font Fixer هو إضافة Chrome تم تطويرها بواسطة Rocko، والميزة الرئيسية لها هي "Fixes uppercase font problems on Georgian websites that came with Chrome 69 Unicode 11 update. This is a temporary solution.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Georgian Uppercase Font Fixer
قم بتنزيل ملفات الامتداد Georgian Uppercase Font Fixer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Fixes uppercase font problems on Georgian websites that came with Chrome 69 Unicode 11 update. This is a temporary solution.
معلومات أساسية عن التمديد
الاسم | Georgian Uppercase Font Fixer |
ID | fhfhbaenepdbicalofoldmpjmocggbao |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/georgian-uppercase-font-f/fhfhbaenepdbicalofoldmpjmocggbao |
الوصف | Fixes uppercase font problems on Georgian websites that came with Chrome 69 Unicode 11 update. This is a temporary solution. |
حجم الملف | 15.55 KB |
عدد التثبيتات | 271 |
النسخة الحالية | 0.1.1 |
آخر تحديث | 2018-09-05 |
تاريخ النشر | 2018-09-05 |
تقييم | 3.57/5 مجموع تقييمات 7 |
المطور | Rocko |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Georgian Uppercase Font Fixer", "version": "0.1.1", "description": "Fixes uppercase font problems on Georgian websites that came with Chrome 69 Unicode 11 update. This is a temporary solution.", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "icons": { "256": "icon256.png", "128": "icon128.png", "64": "icon64.png", "48": "icon48.png", "24": "icon24.png", "16": "icon16.png" } } |