Colordrop: Interactive Drag & Drop Coloring
Color a website by dragging and dropping a color droplet from a palette.
Cos'è Colordrop: Interactive Drag & Drop Coloring?
Colordrop: Interactive Drag & Drop Coloring è un'estensione di Chrome sviluppata da Apoorv Saxena, e la sua funzione principale è "Color a website by dragging and dropping a color droplet from a palette.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Colordrop: Interactive Drag & Drop Coloring
Scarica i file di estensione Colordrop: Interactive Drag & Drop Coloring in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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/ Informazioni di Base sull'Estensione
| Nome | |
| ID | gdoiopdelonmejbbcfoiibojafcpihhm |
| URL Ufficiale | https://chromewebstore.google.com/detail/colordrop-interactive-dra/gdoiopdelonmejbbcfoiibojafcpihhm |
| Descrizione | Color a website by dragging and dropping a color droplet from a palette. |
| Dimensione del File | 560 KB |
| Conteggio Installazioni | 1,249 |
| Versione Corrente | 0.0.1.8 |
| Ultimo Aggiornamento | 2016-01-08 |
| Data di Pubblicazione | 2016-01-08 |
| Valutazione | 4.56/5 Totale 9 Valutazioni |
| Sviluppatore | Apoorv Saxena |
| Tipo di Pagamento | free |
| Lingue Supportate | 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\/*"
]
} | |