Boldify

Set the first half of words to bold

ما هو Boldify؟

Boldify هو إضافة Chrome تم تطويرها بواسطة Marcel Samyn، والميزة الرئيسية لها هي "Set the first half of words to bold".

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

screenshot

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

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

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

                        This extension adds a button to the browser bar. When you click it, the first half of every word in the article you're on becomes bold.

It's an experiment to help you read faster.                    

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

الاسم Boldify Boldify
ID felocciljakkcpogfaaibfcngebibbdm
عنوان URL الرسمي https://chromewebstore.google.com/detail/boldify/felocciljakkcpogfaaibfcngebibbdm
الوصف Set the first half of words to bold
حجم الملف 11.08 KB
عدد التثبيتات 717
النسخة الحالية 1.0.0
آخر تحديث 2022-06-06
تاريخ النشر 2022-06-05
تقييم 3.50/5 مجموع تقييمات 4
المطور Marcel Samyn
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Boldify",
    "version": "1.0.0",
    "description": "Set the first half of words to bold",
    "homepage_url": "https:\/\/samyn.co",
    "manifest_version": 3,
    "icons": {
        "128": "icon.dee6e4e2.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [],
    "content_scripts": [],
    "action": {
        "default_title": "Click to Boldify"
    },
    "background": {
        "service_worker": "background.29a1a909.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "boldify.js"
            ],
            "matches": []
        }
    ]
}