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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Apoorv Saxena และคุณลักษณะหลักของมันคือ "Color a website by dragging and dropping a color droplet from a palette."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Colordrop: Interactive Drag & Drop Coloring

ดาวน์โหลดไฟล์ส่วนขยาย Colordrop: Interactive Drag & Drop Coloring ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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\/*"
    ]
}