Darken text

This extension darkens text in

tags to make blog text more readable.

Darken text क्या है?

Darken text [email protected] द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension darkens text in

tags to make blog text more readable."।

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

screenshot

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

crx प्रारूप में Darken text एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        To improve readability, you can darken text (DT) on blog and news articles with one click.  Don't you hate it when bloggers or designers think that light grey text on a grey background is artistic?  Dude, hello?  It's practically invisible!  I'm trying to read your article here.... This Chrome extension installs a button labelled "DT" that you can click on to darken text inside 

tags so that the text becomes more readable. No instruction manuals. Just a simple single click and it turns

tagged text to black. I found that I'm using it all the time, so version 1.1 adds a keyboard shortcut CTRL+SHIFT+K (or COMMAND+SHIFT+K on Mac). As of version 1.1 the text color of the following tags are turned to black:

,

,
  • ,
    . Hope this helps you guys. Email me if you have any features requests. I'll make the DT Chrome Extension do anything you want except wipe your butt. You'll have to ask your mommy to do that for you. BTW, feel free to email me if you need a programmer. I'm a freelance web developer. Cheers! David :) [email protected] http://www.davidbeckwith.com
  • एक्सटेंशन की मूल जानकारी

    नाम Darken text Darken text
    ID kmonkhbnghcmlhgbmlpagpapfomioidg
    आधिकारिक URL https://chromewebstore.google.com/detail/darken-text/kmonkhbnghcmlhgbmlpagpapfomioidg
    विवरण This extension darkens text in

    tags to make blog text more readable.

    फ़ाइल का आकार 18.23 KB
    स्थापना संख्या 2,505
    वर्तमान संस्करण 1.1
    अंतिम अपडेट 2015-09-03
    प्रकाशन तिथि 2015-09-02
    रेटिंग 3.53/5 कुल 38 रेटिंग्स
    डेवलपर [email protected]
    भुगतान के प्रकार free
    समर्थित भाषाएँ en-US
    manifest.json
    {
        "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
        "manifest_version": 2,
        "name": "Darken text",
        "short_name": "DT",
        "description": "This extension darkens text in 

    tags to make blog text more readable.", "version": "1.1", "browser_action": { "default_icon": "icon.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "*:\/\/*\/*" ], "commands": { "darken_text": { "suggested_key": { "windows": "Ctrl+Shift+K", "mac": "Command+Shift+K", "chromeos": "Ctrl+Shift+K", "linux": "Ctrl+Shift+K" }, "description": "Darken text to enhance readability." } } }