Blacker Text

Make near-black text black.

Blacker Textとは何ですか?

Blacker Textはomegacentaurisoftwareによって開発されたChromeの拡張機能で、その主な機能は「Make near-black text black.」です。

拡張機能のスクリーンショット

screenshot

Blacker Text拡張機能のCRXファイルをダウンロード

Blacker Text拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Blacker Text Blacker Text
ID nmmmdgooonmibfppcponjkaoohgcdpbd
公式URL https://chromewebstore.google.com/detail/blacker-text/nmmmdgooonmibfppcponjkaoohgcdpbd
説明 Make near-black text black.
ファイルサイズ 11.92 KB
インストール数 921
現在のバージョン 0.0.9
最終更新日 2021-06-11
公開日 2021-05-31
評価 4.50/5 合計 4 レビュー
開発者 omegacentaurisoftware
Eメール [email protected]
支払い方法 free
対応言語 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"
    ]
}