Blacker Text

Make near-black text black.

O que é Blacker Text?

Blacker Text é uma extensão do Chrome desenvolvida por omegacentaurisoftware, e sua principal característica é "Make near-black text black.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Blacker Text

Baixe arquivos de extensão Blacker Text no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Blacker Text Blacker Text
ID nmmmdgooonmibfppcponjkaoohgcdpbd
URL Oficial https://chromewebstore.google.com/detail/blacker-text/nmmmdgooonmibfppcponjkaoohgcdpbd
Descrição Make near-black text black.
Tamanho do Arquivo 11.92 KB
Contagem de Instalações 921
Versão Atual 0.0.9
Última Atualização 2021-06-11
Data de Publicação 2021-05-31
Classificação 4.50/5 Total de 4 Avaliações
Desenvolvedor omegacentaurisoftware
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}