BlackInk Little

Enhance text contrast for bad web pages.

BlackInk Little란 무엇입니까?

BlackInk Little은(는) Horia Tudosie에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enhance text contrast for bad web pages."입니다.

확장 프로그램 스크린샷

screenshot

BlackInk Little 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Aren't you tired of those web pages with gray and light text on white?

Use this extension to turn the ink of text on the page to Black, Blue or Red. Enhance light fonts to bold if you wish.

Invert filter to protect your eyes from the bright blueish white background color.

Remove adds and controls that block or distract you from the main content of the page.

Turn with easy those options with shortcut keys once you've activated the extension.                    

확장 프로그램 기본 정보

이름 BlackInk Little BlackInk Little
ID jhpghaenkakfmpfkhokmglbhhooonbeg
공식 URL https://chromewebstore.google.com/detail/blackink-little/jhpghaenkakfmpfkhokmglbhhooonbeg
설명 Enhance text contrast for bad web pages.
파일 크기 1.03 MB
설치 횟수 175
현재 버전 2.0.1.14
최근 업데이트 2021-02-18
출시 날짜 2018-08-09
평점 3.63/5 총 8 개의 평점
개발자 Horia Tudosie
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BlackInk Little",
    "short_name": "BlackInk",
    "version": "2.0.1.14",
    "description": "Enhance text contrast for bad web pages.",
    "icons": {
        "16": "\/images\/logos\/16.png",
        "48": "\/images\/logos\/48.png",
        "128": "\/images\/logos\/128.png"
    },
    "browser_action": {
        "default_icon": "\/images\/icon.png",
        "default_title": "BlackInk Little"
    },
    "background": {
        "page": "\/mainTab\/background.html"
    },
    "options_page": "\/OptionsTab\/options.html",
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "contextMenus"
    ],
    "web_accessible_resources": [
        "\/images\/*.png",
        "\/images\/*.gif",
        "\/images\/logos\/*.png",
        "\/images\/cursors\/*.cur",
        "\/mainTab\/*.css",
        "\/mainTab\/*.js",
        "\/mainTab\/*.html"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}