Color Grab
Steal beautiful colors from Dribbble easily.
Color Grab क्या है?
Color Grab tekeste.kidanu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Steal beautiful colors from Dribbble easily."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Color Grab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension makes copying colors from Dribbble shots as easy a single click. Click your favorite color from the chips next to a shot and the Hex code is available on your clipboard!
एक्सटेंशन की मूल जानकारी
नाम | Color Grab |
ID | aiamoeimgpbjfhmagepggjdickchgpfd |
आधिकारिक URL | https://chromewebstore.google.com/detail/color-grab/aiamoeimgpbjfhmagepggjdickchgpfd |
विवरण | Steal beautiful colors from Dribbble easily. |
फ़ाइल का आकार | 46.97 KB |
स्थापना संख्या | 698 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2018-07-06 |
प्रकाशन तिथि | 2018-07-06 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | tekeste.kidanu |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Color Grab", "description": "Steal beautiful colors from Dribbble easily.", "version": "1.0", "homepage_url": "https:\/\/twitter.com\/iamtekeste", "manifest_version": 2, "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_popup": "popup.html" }, "icons": { "128": "128-icon.png" }, "permissions": [ "activeTab", "https:\/\/dribbble.com\/*" ], "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/dribbble.com\/*" ], "css": [ "tippy.css", "content.css" ], "js": [ "tippy.min.js", "bundle.js" ] } ] } |