Link Control
Link control lets you adjust the color of your previously viewed links.
Link Control क्या है?
Link Control John Datserakis द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Link control lets you adjust the color of your previously viewed links."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Link Control एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
No more trying to tell the difference between blue and dark-purple at 2AM with NightShift on. Easily change the color of your previously visited links using the predefined colors or choose your own. Use the included blacklist to prevent Link Control from running on certain sites. Good for users who have a tough time with colors or are color-blind - as you can choose exactly the color you want. For me I work a lot at night and have a tough time distinguishing the colors of regular links vs visited links. It started costing me time so I decided I would make this extension to help out. # Update - v1.1.0 - 04-06-2019 - Added editing of blacklist. - Added button to add current URL to blacklist. - Adjusted styling.
एक्सटेंशन की मूल जानकारी
नाम | Link Control |
ID | dibehcgiapedhoehgpinmkdmahlheekc |
आधिकारिक URL | https://chromewebstore.google.com/detail/link-control/dibehcgiapedhoehgpinmkdmahlheekc |
विवरण | Link control lets you adjust the color of your previously viewed links. |
फ़ाइल का आकार | 1.34 MB |
स्थापना संख्या | 8,070 |
वर्तमान संस्करण | 1.1.3 |
अंतिम अपडेट | 2021-03-25 |
प्रकाशन तिथि | 2019-04-05 |
रेटिंग | 4.33/5 कुल 54 रेटिंग्स |
डेवलपर | John Datserakis |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.innermonkdesign.com |
सहायता पृष्ठ URL | https://www.innermonkdesign.com |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Link Control", "version": "1.1.3", "description": "Link control lets you adjust the color of your previously viewed links.", "permissions": [ "storage", "activeTab", "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "browser_action": { "default_popup": "popup.html", "default_title": "Link Control" }, "background": { "scripts": [ "background.js" ] }, "icons": { "128": "app-icon.png" }, "web_accessible_resources": [], "manifest_version": 2, "applications": { "gecko": { "id": "[email protected]", "strict_min_version": "53.0" } } } |