Blacker Text

Make near-black text black.

Blacker Text란 무엇입니까?

Blacker Text은(는) omegacentaurisoftware에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make near-black text black."입니다.

확장 프로그램 스크린샷

screenshot

Blacker Text 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    ]
}