BlackInk Little

Enhance text contrast for bad web pages.

BlackInk Little क्या है?

BlackInk Little Horia Tudosie द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhance text contrast for bad web pages."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में BlackInk Little एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
}