Colordrop: Interactive Drag & Drop Coloring

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

Apa itu Colordrop: Interactive Drag & Drop Coloring?

Colordrop: Interactive Drag & Drop Coloring adalah ekstensi Chrome yang dikembangkan oleh Apoorv Saxena, dan fitur utamanya adalah "Color a website by dragging and dropping a color droplet from a palette.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Colordrop: Interactive Drag & Drop Coloring

Unduh file ekstensi Colordrop: Interactive Drag & Drop Coloring dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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/                    

Informasi Dasar Ekstensi

Nama Colordrop: Interactive Drag & Drop Coloring Colordrop: Interactive Drag & Drop Coloring
ID gdoiopdelonmejbbcfoiibojafcpihhm
URL Resmi https://chromewebstore.google.com/detail/colordrop-interactive-dra/gdoiopdelonmejbbcfoiibojafcpihhm
Deskripsi Color a website by dragging and dropping a color droplet from a palette.
Ukuran File 560 KB
Jumlah Instalasi 1,249
Versi Saat Ini 0.0.1.8
Terakhir Diperbarui 2016-01-08
Tanggal Publikasi 2016-01-08
Penilaian 4.56/5 Total 9 Penilaian
Pengembang Apoorv Saxena
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
    ]
}