Better Typography | Smooth Fonts

Enable Kerning & Grayscale Anti-Aliasing for chrome on macOS

ما هو Better Typography | Smooth Fonts؟

Better Typography | Smooth Fonts هو إضافة Chrome تم تطويرها بواسطة Ali Arıkel، والميزة الرئيسية لها هي "Enable Kerning & Grayscale Anti-Aliasing for chrome on macOS".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Better Typography | Smooth Fonts

قم بتنزيل ملفات الامتداد Better Typography | Smooth Fonts بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This tool enables text kerning & monochrome text anti-aliasing on macOS. 

ANOTHER OS USERS
If your system is not "macOS" this extension won't work but you can apply following steps to get rid of lcd anti-aliasing. Then monochrome anti-aliasing will be enabled.
#1 Type adreess bar "chrome://flags/#lcd-text-aa" (without quotes).
#2 Select "Disabled" for LCD text antialiasing.
#3 Click "Relaunch Now" button appeared bottom at bottom of window.                    

معلومات أساسية عن التمديد

الاسم Better Typography | Smooth Fonts Better Typography | Smooth Fonts
ID ogmpfnfkdepjlnahfkonhicobbpmofll
عنوان URL الرسمي https://chromewebstore.google.com/detail/better-typography-smooth/ogmpfnfkdepjlnahfkonhicobbpmofll
الوصف Enable Kerning & Grayscale Anti-Aliasing for chrome on macOS
حجم الملف 7.08 KB
عدد التثبيتات 278
النسخة الحالية 1.0.6
آخر تحديث 2017-06-02
تاريخ النشر 2017-06-02
تقييم 4.13/5 مجموع تقييمات 8
المطور Ali Arıkel
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better Typography | Smooth Fonts",
    "version": "1.0.6",
    "manifest_version": 2,
    "description": "Enable Kerning & Grayscale Anti-Aliasing for chrome on macOS",
    "icons": {
        "48": "icon-48.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}