Make Chrome Text Black

Make text easier to read in Google Chrome

Make Chrome Text Blackคืออะไร?

Make Chrome Text Black เป็นส่วนขยายของ Chrome ที่พัฒนาโดย maketextblack และคุณลักษณะหลักของมันคือ "Make text easier to read in Google Chrome"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Make Chrome Text Black

ดาวน์โหลดไฟล์ส่วนขยาย Make Chrome Text Black ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Make Chrome Text Black is a Google Chrome extension that lets you customise how text appears in your browser. Make text darker so you can read websites and email the way you want to.

** THIS EXTENSION HAS A 14 DAY FREE TRIAL AND REQUIRES A SUBSCRIPTION PURCHASE **

This extension works with Google Chrome, Microsoft Edge, Opera, and Brave.

No more grey text.

Are you sick of sites that put grey text against white backgrounds? You're not going blind, you're just suffering from a terrible design trend. You don't need to highlight text just to read it anymore. Change text to black with this extension.

No more tiny text.

Some websites look like they've been written for ants. You can zoom in on the page, but then it zooms in on all the pictures, buttons, icons and turns the page into a cluttered mess. Leave your magnifying glass behind, you can now change text size.

No more thin text.

Ever had to squint with your eyes two inches from the screen because of pencil thin text? All it does is give you is eye strain and headaches. You don't need to worry about this with Make Chrome Text Black. Make text bold and thicker.

No more weird fonts.

How about strange fonts that look closer to ancient symbols rather than letters? They might look cool in a web designer’s portfolio, but not when you’re trying to read them. You can now change the font to something sensible.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Make Chrome Text Black Make Chrome Text Black
ID hlihhjmofodfndfnpjlcabdaimecephb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/make-chrome-text-black/hlihhjmofodfndfnpjlcabdaimecephb
คำอธิบาย Make text easier to read in Google Chrome
ขนาดไฟล์ 19.19 KB
จำนวนการติดตั้ง 1,331
เวอร์ชันปัจจุบัน 1.7
อัปเดตครั้งล่าสุด 2024-02-13
วันที่เผยแพร่ 2020-04-25
คะแนน 3.00/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา maketextblack
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://makechrometextblack.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Make Chrome Text Black",
    "version": "1.7",
    "description": "Make text easier to read in Google Chrome",
    "action": {
        "default_title": "Make Chrome Text Black",
        "default_icon": {
            "19": ".\/images\/Logo-19x19.png",
            "38": ".\/images\/Logo-38x38.png"
        },
        "default_popup": "popup\/index.html"
    },
    "icons": {
        "16": ".\/images\/Logo-16x16.png",
        "48": ".\/images\/Logo-48x48.png",
        "128": ".\/images\/Logo-128x128.png"
    },
    "permissions": [
        "activeTab",
        "fontSettings",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}