ReadEaseM3

Lets you read 2x as fast by making the first half of the words bold. Limitations: some websites may be too large

ما هو ReadEaseM3؟

ReadEaseM3 هو إضافة Chrome تم تطويرها بواسطة nickboulbuisness، والميزة الرئيسية لها هي "Lets you read 2x as fast by making the first half of the words bold. Limitations: some websites may be too large".

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

screenshot
screenshot
screenshot

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

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

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

                        Half Bold is a simple yet effective extension that makes reading easier by bolding the first half of every word on a webpage. With this extension, users can customize the bold percentage to their liking and toggle the feature on and off as needed. Half Bold is perfect for people who want to make reading on the web less straining on the eyes.                    

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

الاسم ReadEaseM3 ReadEaseM3
ID didoodngmjcaamlgcfhmjdjdajhdpadg
عنوان URL الرسمي https://chromewebstore.google.com/detail/readeasem3/didoodngmjcaamlgcfhmjdjdajhdpadg
الوصف Lets you read 2x as fast by making the first half of the words bold. Limitations: some websites may be too large
حجم الملف 963 KB
عدد التثبيتات 30
النسخة الحالية 1.0.0
آخر تحديث 2023-05-10
تاريخ النشر 2023-05-10
تقييم 5.00/5 مجموع تقييمات 1
المطور nickboulbuisness
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ReadEaseM3",
    "version": "1.0.0",
    "description": "Lets you read 2x as fast by making the first half of the words bold.   Limitations: some websites may be too large",
    "icons": {
        "128": "Glasses.png",
        "48": "Glasses.png",
        "16": "Glasses.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "Glasses.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}