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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}