Boldish

Makes the first half of word half bold

ما هو Boldish؟

Boldish هو إضافة Chrome تم تطويرها بواسطة jlowell000، والميزة الرئيسية لها هي "Makes the first half of word half bold".

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

screenshot

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

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

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

                        A basic thing that will try to make the first half of words bolded. It may break the css in some websites depending on how they implement things                    

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

الاسم Boldish Boldish
ID pkfneifpfeioklmcapdbhoiflffdpkia
عنوان URL الرسمي https://chromewebstore.google.com/detail/boldish/pkfneifpfeioklmcapdbhoiflffdpkia
الوصف Makes the first half of word half bold
حجم الملف 15.29 KB
عدد التثبيتات 75
النسخة الحالية 1.0
آخر تحديث 2022-05-25
تاريخ النشر 2022-05-24
المطور jlowell000
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/jlowell000/boldish
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Boldish",
    "description": "Makes the first half of word half bold",
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/boldish16.png",
            "32": "\/images\/boldish32.png",
            "48": "\/images\/boldish48.png",
            "128": "\/images\/boldish128.png"
        }
    },
    "icons": {
        "16": "\/images\/boldish16.png",
        "32": "\/images\/boldish32.png",
        "48": "\/images\/boldish48.png",
        "128": "\/images\/boldish128.png"
    }
}