Blacker Text

Make near-black text black.

Cos'è Blacker Text?

Blacker Text è un'estensione di Chrome sviluppata da omegacentaurisoftware, e la sua funzione principale è "Make near-black text black.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Blacker Text

Scarica i file di estensione Blacker Text in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Blacker Text Blacker Text
ID nmmmdgooonmibfppcponjkaoohgcdpbd
URL Ufficiale https://chromewebstore.google.com/detail/blacker-text/nmmmdgooonmibfppcponjkaoohgcdpbd
Descrizione Make near-black text black.
Dimensione del File 11.92 KB
Conteggio Installazioni 921
Versione Corrente 0.0.9
Ultimo Aggiornamento 2021-06-11
Data di Pubblicazione 2021-05-31
Valutazione 4.50/5 Totale 4 Valutazioni
Sviluppatore omegacentaurisoftware
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}