BlackInk Little

Enhance text contrast for bad web pages.

BlackInk Little là gì?

BlackInk Little là một tiện ích mở rộng Chrome được phát triển bởi Horia Tudosie, và tính năng chính của nó là "Enhance text contrast for bad web pages.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng BlackInk Little

Tải xuống các tệp mở rộng BlackInk Little dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên BlackInk Little BlackInk Little
ID jhpghaenkakfmpfkhokmglbhhooonbeg
URL Chính Thức https://chromewebstore.google.com/detail/blackink-little/jhpghaenkakfmpfkhokmglbhhooonbeg
Mô tả Enhance text contrast for bad web pages.
Kích Thước Tệp 1.03 MB
Số Lần Cài Đặt 175
Phiên Bản Hiện Tại 2.0.1.14
Cập Nhật Lần Cuối 2021-02-18
Ngày Phát Hành 2018-08-09
Đánh Giá 3.63/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Horia Tudosie
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}