Readify

Sets the default font family, font color, and line-height for those hard to read websites.

ما هو Readify؟

Readify هو إضافة Chrome تم تطويرها بواسطة Shane Hoban، والميزة الرئيسية لها هي "Sets the default font family, font color, and line-height for those hard to read websites.".

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

screenshot

تحميل ملف CRX للإضافة Readify

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

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

                        You no longer have to deal with terrible contrast websites (specifically, light gray text on white background).

This extension improves readability, including the color, font famil, and line height.                    

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

الاسم Readify Readify
ID lcbgkfpnejkhgbiodnpdkkijonlbdegc
عنوان URL الرسمي https://chromewebstore.google.com/detail/readify/lcbgkfpnejkhgbiodnpdkkijonlbdegc
الوصف Sets the default font family, font color, and line-height for those hard to read websites.
حجم الملف 33.13 KB
عدد التثبيتات 83
النسخة الحالية 1.2
آخر تحديث 2016-04-05
تاريخ النشر 2016-04-05
تقييم 2.33/5 مجموع تقييمات 3
المطور Shane Hoban
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Readify",
    "description": "Sets the default font family, font color, and line-height for those hard to read websites.",
    "version": "1.2",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}