Boldify Reading Assistant

This extension will convert first 2-3 characters of every word bold, which will help you to read faster. These are the issues…

ما هو Boldify Reading Assistant؟

Boldify Reading Assistant هو إضافة Chrome تم تطويرها بواسطة diganta.dey2013، والميزة الرئيسية لها هي "This extension will convert first 2-3 characters of every word bold, which will help you to read faster. These are the issues…".

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

screenshot

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

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

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

                        This extension will convert first 2-3 characters of every word bold, which will help you to read faster.

These are the issues which you may face in this version,
1. Some sites styling may break
2. There is not reset option, you have to disable the extension

In next update we will resolve these issue.

Please send me email @ [email protected] if you face any bug or need any feature.                    

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

الاسم Boldify Reading Assistant Boldify Reading Assistant
ID fdplmdppacojbngmlibekjdipeiankal
عنوان URL الرسمي https://chromewebstore.google.com/detail/boldify-reading-assistant/fdplmdppacojbngmlibekjdipeiankal
الوصف This extension will convert first 2-3 characters of every word bold, which will help you to read faster. These are the issues…
حجم الملف 14.81 KB
عدد التثبيتات 25
النسخة الحالية 1.0
آخر تحديث 2023-04-19
تاريخ النشر 2023-04-18
المطور diganta.dey2013
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Boldify Reading Assistant",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}