Smooth Fonts

This lightweight extension significantly improves font rendering on computers running OS X.

ما هو Smooth Fonts؟

Smooth Fonts هو إضافة Chrome تم تطويرها بواسطة James Edmonston، والميزة الرئيسية لها هي "This lightweight extension significantly improves font rendering on computers running OS X.".

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

screenshot

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

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

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

                                            

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

الاسم Smooth Fonts Smooth Fonts
ID jomdmdadhphmnkfocajhglgmhfmeajef
عنوان URL الرسمي https://chrome.google.com/webstore/detail/smooth-fonts/jomdmdadhphmnkfocajhglgmhfmeajef
الوصف This lightweight extension significantly improves font rendering on computers running OS X.
حجم الملف 2.84 KB
عدد التثبيتات 905
النسخة الحالية 10.1.2
آخر تحديث 2016-05-11
تاريخ النشر 2016-05-11
تقييم 4.14/5 مجموع تقييمات 28
المطور James Edmonston
نوع الدفع free
موقع الإضافة http://ethercreative.co.uk
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smooth Fonts",
    "description": "This lightweight extension significantly improves font rendering on computers running OS X.",
    "version": "10.1.2",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "activeTab"
    ]
}