Blacker Text

Make near-black text black.

What is Blacker Text?

Blacker Text is a Chrome extension developed by omegacentaurisoftware, and its main feature is "Make near-black text black.".

Extension Screenshots

screenshot

Download Blacker Text Extension CRX File

Download Blacker Text extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Blacker Text Blacker Text
ID nmmmdgooonmibfppcponjkaoohgcdpbd
Official URL https://chromewebstore.google.com/detail/blacker-text/nmmmdgooonmibfppcponjkaoohgcdpbd
Description Make near-black text black.
File Size 11.92 KB
Installation Count 921
Current Version 0.0.9
Last Updated 2021-06-11
Publish Date 2021-05-31
Rating 4.50/5 Total 4 Ratings
Developer omegacentaurisoftware
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}