Colordrop: Interactive Drag & Drop Coloring

Color a website by dragging and dropping a color droplet from a palette.

Was ist Colordrop: Interactive Drag & Drop Coloring?

Colordrop: Interactive Drag & Drop Coloring ist eine Chrome-Erweiterung, die von Apoorv Saxena entwickelt wurde, und ihr Hauptmerkmal ist "Color a website by dragging and dropping a color droplet from a palette.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Colordrop: Interactive Drag & Drop Coloring-Erweiterungs-CRX-Datei herunterladen

Laden Sie Colordrop: Interactive Drag & Drop Coloring-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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/                    

Grundlegende Informationen zur Erweiterung

Name Colordrop: Interactive Drag & Drop Coloring Colordrop: Interactive Drag & Drop Coloring
ID gdoiopdelonmejbbcfoiibojafcpihhm
Offizielle URL https://chromewebstore.google.com/detail/colordrop-interactive-dra/gdoiopdelonmejbbcfoiibojafcpihhm
Beschreibung Color a website by dragging and dropping a color droplet from a palette.
Dateigröße 560 KB
Installationsanzahl 1,249
Aktuelle Version 0.0.1.8
Letztes Update 2016-01-08
Veröffentlichungsdatum 2016-01-08
Bewertung 4.56/5 Insgesamt 9 Bewertungen
Entwickler Apoorv Saxena
Zahlungsart free
Unterstützte Sprachen 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\/*"
    ]
}