Colordrop: Interactive Drag & Drop Coloring
Color a website by dragging and dropping a color droplet from a palette.
Colordrop: Interactive Drag & Drop Coloring क्या है?
Colordrop: Interactive Drag & Drop Coloring Apoorv Saxena द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Color a website by dragging and dropping a color droplet from a palette."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Colordrop: Interactive Drag & Drop Coloring एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Drag a color from the color palette(Material Design specific) to a website and color designated areas of it (like sections or texts). One can drag a color from the color palette and drop it on any area that lights up with a blue outline, including text elements. Once the droplet that you are dragging gets dropped on a content area, a fun little Google Material like animation happens and the whole area gets filled with a colored circle. Inspired from http://tympanus.net/codrops/2015/04/22/interactive-drag-drop-coloring-concept/
एक्सटेंशन की मूल जानकारी
नाम | Colordrop: Interactive Drag & Drop Coloring |
ID | gdoiopdelonmejbbcfoiibojafcpihhm |
आधिकारिक URL | https://chromewebstore.google.com/detail/colordrop-interactive-dra/gdoiopdelonmejbbcfoiibojafcpihhm |
विवरण | Color a website by dragging and dropping a color droplet from a palette. |
फ़ाइल का आकार | 560 KB |
स्थापना संख्या | 1,249 |
वर्तमान संस्करण | 0.0.1.8 |
अंतिम अपडेट | 2016-01-08 |
प्रकाशन तिथि | 2016-01-08 |
रेटिंग | 4.56/5 कुल 9 रेटिंग्स |
डेवलपर | Apoorv Saxena |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Colordrop: Interactive Drag & Drop Coloring", "version": "0.0.1.8", "manifest_version": 2, "description": "Color a website by dragging and dropping a color droplet from a palette.", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "browser_action": { "default_icon": "icons\/icon16.png", "default_title": "Colordrop" }, "permissions": [ "storage", "activeTab", "http:\/\/*\/", "https:\/\/*\/" ], "background": { "scripts": [ "src\/background\/background.min.js" ], "persistent": false }, "web_accessible_resources": [ "images\/*" ] } |