Highlight Color
Change the default Highlight Color
Highlight Color क्या है?
Highlight Color Partial Science द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Change the default Highlight Color"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Highlight Color एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Tiered of seeing that boring and dull shade of blue when ever you select text on a website? Well now you can change the color with only a few simple clicks How to use Download the extension Click the Enabled Box Select the colors you want easily with your computers default color picker Then click "save changes" and the color will change It's that simple Version 3.0 Bug fixes PS the code is really messy and poorly optimized as this is one of the first extensions I had ever written and I will do a complete rewrite of it when I get the chance for the next update. Hopefully 3.0 fixed an installation issue some users were facing but don't worry this poor state is only temporary and Version 4.0 should be much better so stay posted and I hope you like the extension :)
एक्सटेंशन की मूल जानकारी
नाम | Highlight Color |
ID | dllbflhpdeinobodaaibnojmgejkkjii |
आधिकारिक URL | https://chromewebstore.google.com/detail/highlight-color/dllbflhpdeinobodaaibnojmgejkkjii |
विवरण | Change the default Highlight Color |
फ़ाइल का आकार | 863 KB |
स्थापना संख्या | 5,209 |
वर्तमान संस्करण | 3.0 |
अंतिम अपडेट | 2015-09-30 |
प्रकाशन तिथि | 2015-09-30 |
रेटिंग | 2.77/5 कुल 70 रेटिंग्स |
डेवलपर | Partial Science |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Highlight Color" }, "description": "Change the default Highlight Color", "icons": { "128": "icon.png" }, "manifest_version": 2, "name": "Highlight Color", "version": "3.0", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |