Blacker Text

Make near-black text black.

什么是Blacker Text?

Blacker Text是由omegacentaurisoftware开发的Chrome扩展程序,该扩展的主要功能是“Make near-black text black.”。

扩展截图

screenshot

下载Blacker Text扩展crx文件

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