Make text easier to read :)

Provides simple options to format the text on your favorite page in lowercase and with half-bold words inspired by bionic reading.

ما هو Make text easier to read :)؟

Make text easier to read :) هو إضافة Chrome تم تطويرها بواسطة gabe10777، والميزة الرئيسية لها هي "Provides simple options to format the text on your favorite page in lowercase and with half-bold words inspired by bionic reading.".

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

screenshot

تحميل ملف CRX للإضافة Make text easier to read :)

قم بتنزيل ملفات الامتداد Make text easier to read :) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        If you're at a screen all day like some of us, you'll know text and fonts are adapting.

This extension gives you two toggleable per-website options:

- Lowercasify
Force all text on the page to be lowercase.

- Boldify
Bold the first half of every word on the page, inspired by Bionic Reading. 

This extension does not collect any of your information. It does not contact any third party services.                    

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

الاسم Make text easier to read :) Make text easier to read :)
ID eogjhbpdjifmgnlabpgkadjppfomjloo
عنوان URL الرسمي https://chromewebstore.google.com/detail/make-text-easier-to-read/eogjhbpdjifmgnlabpgkadjppfomjloo
الوصف Provides simple options to format the text on your favorite page in lowercase and with half-bold words inspired by bionic reading.
حجم الملف 32.96 KB
عدد التثبيتات 399
النسخة الحالية 1.0
آخر تحديث 2023-01-03
تاريخ النشر 2023-01-02
تقييم 5.00/5 مجموع تقييمات 1
المطور gabe10777
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Make text easier to read :)",
    "description": "Provides simple options to format the text on your favorite page in lowercase and with half-bold words inspired by bionic reading.",
    "version": "1.0",
    "action": {
        "default_icon": "images\/angy_3_128x128.jpg",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "images\/angy_1_16x16.jpg",
        "32": "images\/angy_3_128x128.jpg",
        "64": "images\/angy_2_64x64.jpg",
        "128": "images\/angy_3_128x128.jpg"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}