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是由Apoorv Saxena开发的Chrome扩展程序,该扩展的主要功能是“Color a website by dragging and dropping a color droplet from a palette.”。
扩展截图
下载Colordrop: Interactive Drag & Drop Coloring扩展crx文件
下载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 |
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\/*" ] } |