Easy Color Picker
Grab colors from webpages anytime, instant color picker and personal color history.
Easy Color Picker क्या है?
Easy Color Picker https://smalldatatools.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Grab colors from webpages anytime, instant color picker and personal color history."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Easy Color Picker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Easy Color Picker is a very nice tool for developers and designers to grab colors from web pages or select from the color-picker board. You can get the exact HEX/RGB/HSB value and keep the history of picked color. Enjoy the ease of the colorpicker tool! Additionally, we've added some of our latest tools at the bottom for your extra convenience. CHANGELOG ========== Version 0.1.6 - 0.2.1 - Clean JS files and links - Add & update the list of new tools Version 0.1.2 - 0.1.5 - Grab colors from web pages - Upgrade to extension V3 standard - Add google analytics - Add related new tools Version 0.1.1 - 2021-08-18 - Instant color picker - Get HEX/RGB/HSB values - History of picked color
एक्सटेंशन की मूल जानकारी
नाम | Easy Color Picker |
ID | bgahcehknhgmjoggmkibghafppcfoaci |
आधिकारिक URL | https://chromewebstore.google.com/detail/easy-color-picker/bgahcehknhgmjoggmkibghafppcfoaci |
विवरण | Grab colors from webpages anytime, instant color picker and personal color history. |
फ़ाइल का आकार | 110 KB |
स्थापना संख्या | 10,000 |
वर्तमान संस्करण | 0.2.1 |
अंतिम अपडेट | 2024-03-03 |
प्रकाशन तिथि | 2020-08-24 |
रेटिंग | 4.80/5 कुल 10 रेटिंग्स |
डेवलपर | https://smalldatatools.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.smalldatatools.com |
सहायता पृष्ठ URL | https://www.smalldatatools.com/contact-us.php |
गोपनीयता नीति पृष्ठ URL | https://www.smalldatatools.com/privacy-policy.php |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Easy Color Picker", "description": "Grab colors from webpages anytime, instant color picker and personal color history.", "version": "0.2.1", "action": { "default_icon": "images\/logo.png", "default_popup": "index.html" }, "icons": { "16": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" }, "permissions": [ "activeTab", "storage", "scripting" ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "background": { "service_worker": "\/js\/background.js" }, "commands": { "activate": { "description": "Activate picking color from web page", "suggested_key": { "default": "Alt+P" } } } } |