No Link Underline
Removes unsightly underlines from html links.
No Link Underline क्या है?
No Link Underline Nicros द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes unsightly underlines from html links."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में No Link Underline एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Google Chrome, while an absolutely great browser, does not at this time provide a setting to allow you to remove underlines from links. The No Link Underline plugin will remove these links, and clean up your pages. Changes: v1.42 Updated to work with new versions of chrome v1.41 Modified extension to use jQuery to surgically remove underlines v1.3 Fixed links that are still underlined in Facebook messages
एक्सटेंशन की मूल जानकारी
नाम | No Link Underline |
ID | knfpmclhohfhanmiilcahnlcndejlldk |
आधिकारिक URL | https://chromewebstore.google.com/detail/no-link-underline/knfpmclhohfhanmiilcahnlcndejlldk |
विवरण | Removes unsightly underlines from html links. |
फ़ाइल का आकार | 296 KB |
स्थापना संख्या | 2,002 |
वर्तमान संस्करण | 1.42 |
अंतिम अपडेट | 2014-03-06 |
प्रकाशन तिथि | 2014-03-05 |
रेटिंग | 3.88/5 कुल 16 रेटिंग्स |
डेवलपर | Nicros |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "name": "No Link Underline", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.42", "manifest_version": 2, "content_scripts": [ { "all_frames": true, "matches": [ "http:\/\/*\/", "https:\/\/*\/", "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-1.8.3.js", "nulchecker.js" ], "css": [ "underlineUpdate.css" ] } ], "description": "Removes unsightly underlines from html links. ", "icons": { "128": "NoUnderLineLinks128.png", "16": "NoUnderLineLinks16.png", "48": "NoUnderLineLinks48.png" } } |