Blacker Text

Make near-black text black.

Blacker Text là gì?

Blacker Text là một tiện ích mở rộng Chrome được phát triển bởi omegacentaurisoftware, và tính năng chính của nó là "Make near-black text black.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Blacker Text

Tải xuống các tệp mở rộng Blacker Text dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Blacker Text Blacker Text
ID nmmmdgooonmibfppcponjkaoohgcdpbd
URL Chính Thức https://chromewebstore.google.com/detail/blacker-text/nmmmdgooonmibfppcponjkaoohgcdpbd
Mô tả Make near-black text black.
Kích Thước Tệp 11.92 KB
Số Lần Cài Đặt 921
Phiên Bản Hiện Tại 0.0.9
Cập Nhật Lần Cuối 2021-06-11
Ngày Phát Hành 2021-05-31
Đánh Giá 4.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển omegacentaurisoftware
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}