Colorify (Grab ANY color and get the name!)
Color tool for assistance with colors when browsing!
Colorify (Grab ANY color and get the name!) क्या है?
Colorify (Grab ANY color and get the name!) Manzey द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Color tool for assistance with colors when browsing!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Colorify (Grab ANY color and get the name!) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Welcome to Colorify! Colorify is a color assistance tool, primarily created to help with people that have some form of colorblindness. With the help of Colorify you can: * Select a pixel on any page and get the colors name, RGB & HEX-values * Easily access and utilize a color palette directly in your browser * Search for a basic color and get one or two variations of it, with RGB & HEX. -- Version: 1.0.2 The extension will gradually be improved with new features and color support for searching! Upcoming: - Improve color naming system. - More futuristic layout. UPDATES: 09/07/2017: Added support for dynamically scrolling whilst picking a color and overall quality improvements.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | khmkbmhcijchhbnbaadifbfjljkgfhhc |
आधिकारिक URL | https://chrome.google.com/webstore/detail/khmkbmhcijchhbnbaadifbfjljkgfhhc |
विवरण | Color tool for assistance with colors when browsing! |
फ़ाइल का आकार | 80.61 KB |
स्थापना संख्या | 69 |
वर्तमान संस्करण | 1.0.3 |
अंतिम अपडेट | 2017-11-29 |
प्रकाशन तिथि | 2017-11-29 |
रेटिंग | 3.67/5 कुल 3 रेटिंग्स |
डेवलपर | Manzey |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Colorify (Grab ANY color and get the name!)", "description": "Color tool for assistance with colors when browsing!", "version": "1.0.3", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "subpages\/sampler.html" }, "permissions": [ "activeTab", "tabs", "storage", "notifications" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "tools\/color_classifier.js", "tools\/html2canvas.js", "js\/samplerDOM.js" ] } ] } |