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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*" ] } |