Blacker Text

Make near-black text black.

Apa itu Blacker Text?

Blacker Text adalah ekstensi Chrome yang dikembangkan oleh omegacentaurisoftware, dan fitur utamanya adalah "Make near-black text black.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Blacker Text

Unduh file ekstensi Blacker Text dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Blacker Text Blacker Text
ID nmmmdgooonmibfppcponjkaoohgcdpbd
URL Resmi https://chromewebstore.google.com/detail/blacker-text/nmmmdgooonmibfppcponjkaoohgcdpbd
Deskripsi Make near-black text black.
Ukuran File 11.92 KB
Jumlah Instalasi 921
Versi Saat Ini 0.0.9
Terakhir Diperbarui 2021-06-11
Tanggal Publikasi 2021-05-31
Penilaian 4.50/5 Total 4 Penilaian
Pengembang omegacentaurisoftware
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}