Blacker Text

Make near-black text black.

Wat is Blacker Text?

Blacker Text is een Chrome-extensie ontwikkeld door omegacentaurisoftware, en de belangrijkste functie is "Make near-black text black.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Blacker Text

Download Blacker Text-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Blacker Text Blacker Text
ID nmmmdgooonmibfppcponjkaoohgcdpbd
Officiële URL https://chromewebstore.google.com/detail/blacker-text/nmmmdgooonmibfppcponjkaoohgcdpbd
Beschrijving Make near-black text black.
Bestandsgrootte 11.92 KB
Aantal Installaties 921
Huidige Versie 0.0.9
Laatst Bijgewerkt 2021-06-11
Publicatiedatum 2021-05-31
Beoordeling 4.50/5 Totaal 4 Beoordelingen
Ontwikkelaar omegacentaurisoftware
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}