Colordrop: Interactive Drag & Drop Coloring

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

Colordrop: Interactive Drag & Drop Coloring là gì?

Colordrop: Interactive Drag & Drop Coloring là một tiện ích mở rộng Chrome được phát triển bởi Apoorv Saxena, và tính năng chính của nó là "Color a website by dragging and dropping a color droplet from a palette.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Colordrop: Interactive Drag & Drop Coloring

Tải xuống các tệp mở rộng Colordrop: Interactive Drag & Drop Coloring dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Colordrop: Interactive Drag & Drop Coloring Colordrop: Interactive Drag & Drop Coloring
ID gdoiopdelonmejbbcfoiibojafcpihhm
URL Chính Thức https://chromewebstore.google.com/detail/colordrop-interactive-dra/gdoiopdelonmejbbcfoiibojafcpihhm
Mô tả Color a website by dragging and dropping a color droplet from a palette.
Kích Thước Tệp 560 KB
Số Lần Cài Đặt 1,249
Phiên Bản Hiện Tại 0.0.1.8
Cập Nhật Lần Cuối 2016-01-08
Ngày Phát Hành 2016-01-08
Đánh Giá 4.56/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Apoorv Saxena
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}