Chrome Font Rendering Enhancer
Improves your font rendering
ما هو Chrome Font Rendering Enhancer؟
Chrome Font Rendering Enhancer هو إضافة Chrome تم تطويرها بواسطة incleaf، والميزة الرئيسية لها هي "Improves your font rendering".
تحميل ملف CRX للإضافة Chrome Font Rendering Enhancer
قم بتنزيل ملفات الامتداد Chrome Font Rendering Enhancer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This application improves your font rendering. You can also control the font weight with easy UI :)
معلومات أساسية عن التمديد
الاسم | ![]() |
ID | jjjpbgllolhkbnpbkpcllncfmbiggljo |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/chrome-font-rendering-enh/jjjpbgllolhkbnpbkpcllncfmbiggljo |
الوصف | Improves your font rendering |
حجم الملف | 15.04 KB |
عدد التثبيتات | 3,000 |
النسخة الحالية | 0.0.5 |
آخر تحديث | 2016-06-07 |
تاريخ النشر | 2016-06-07 |
تقييم | 4.76/5 مجموع تقييمات 37 |
المطور | incleaf |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/incleaf/osx-chrome-font-rendering-enhancer |
عنوان صفحة المساعدة | https://github.com/incleaf/osx-chrome-font-rendering-enhancer |
اللغات المدعومة | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome Font Rendering Enhancer", "version": "0.0.5", "manifest_version": 2, "description": "Improves your font rendering", "homepage_url": "http:\/\/incleaf.github.io\/", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "options.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "inject.js" ] } ], "options_page": "options.html", "options_ui": { "page": "options.html", "chrome_style": false }, "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "tabs", "storage" ] } |