Blacker Text

Make near-black text black.

ما هو Blacker Text؟

Blacker Text هو إضافة Chrome تم تطويرها بواسطة omegacentaurisoftware، والميزة الرئيسية لها هي "Make near-black text black.".

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

screenshot

تحميل ملف CRX للإضافة Blacker Text

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

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

                        It has become fashionable to make text dark gray instead of black. That's hard on middle-aged and older viewers. This extension lets you snap dark text to 100% black. You can adjust how dark the text needs to be for the snapping to happen.

Dark gray backgrounds also snap to full black, and nearly white text or backgrounds snaps to white, unless you turn off these features.                    

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

الاسم Blacker Text Blacker Text
ID nmmmdgooonmibfppcponjkaoohgcdpbd
عنوان URL الرسمي https://chromewebstore.google.com/detail/blacker-text/nmmmdgooonmibfppcponjkaoohgcdpbd
الوصف Make near-black text black.
حجم الملف 11.92 KB
عدد التثبيتات 921
النسخة الحالية 0.0.9
آخر تحديث 2021-06-11
تاريخ النشر 2021-05-31
تقييم 4.50/5 مجموع تقييمات 4
المطور omegacentaurisoftware
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Blacker Text",
    "version": "0.0.9",
    "description": "Make near-black text black.",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "optiondata.js",
                "inject.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "options.js",
        "optiondata.js"
    ]
}