Undertaker

Underlines every single link; great for color-blind folks who can't stand the 'just change the color' trend.

Undertaker क्या है?

Undertaker David Glasser द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Underlines every single link; great for color-blind folks who can't stand the 'just change the color' trend."।

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

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

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

                        Some people like the links on their websites to blend in with no underlines.

And some of us are color-blind and wish we had our 90s-era underlined links back.

This Chrome extension adds an underline to every link on the web. Underscore this!                    

एक्सटेंशन की मूल जानकारी

नाम Undertaker Undertaker
ID mgbjmcklaalbhgfjcjilgcfihhpnimjm
आधिकारिक URL https://chrome.google.com/webstore/detail/undertaker/mgbjmcklaalbhgfjcjilgcfihhpnimjm
विवरण Underlines every single link; great for color-blind folks who can't stand the 'just change the color' trend.
फ़ाइल का आकार 2.73 KB
स्थापना संख्या 53
वर्तमान संस्करण 3.0
अंतिम अपडेट 2014-03-15
प्रकाशन तिथि 2014-03-15
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर David Glasser
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "css": [
                "undertaker.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Underlines every single link; great for color-blind folks who can't stand the 'just change the color' trend.",
    "name": "Undertaker",
    "version": "3.0"
}