Boldify

Automatically makes the first half of every word on a page bold.

ما هو Boldify؟

Boldify هو إضافة Chrome تم تطويرها بواسطة sssillah1، والميزة الرئيسية لها هي "Automatically makes the first half of every word on a page bold.".

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

screenshot
screenshot

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

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

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

                        Some readers may find it difficult to focus while reading. This extension aims to address that by using the typography developed by Swiss designer  Renato Casutt. When the extension is active, it will bold the initial part of the word in order to make it easier to process. 

This may be helpful for those who find concentrating while reading difficult, for those with dyslexia, or those who have ADHD.                    

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

الاسم Boldify Boldify
ID lcckknlmojcknpkmnbodkfoonifcgngm
عنوان URL الرسمي https://chromewebstore.google.com/detail/boldify/lcckknlmojcknpkmnbodkfoonifcgngm
الوصف Automatically makes the first half of every word on a page bold.
حجم الملف 33.54 KB
عدد التثبيتات 120
النسخة الحالية 1.0.0.1
آخر تحديث 2023-05-19
تاريخ النشر 2023-05-19
تقييم 3.00/5 مجموع تقييمات 1
المطور sssillah1
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Boldify",
    "description": "Automatically makes the first half of every word on a page bold.",
    "version": "1.0.0.1",
    "icons": {
        "16": "icons\/icon16_enabled.png",
        "32": "icons\/icon32_enabled.png",
        "48": "icons\/icon48_enabled.png",
        "128": "icons\/icon128_enabled.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ]
}