ColorFlick for Dribbble
Developer friendly color palette extension for Dribbble
什么是ColorFlick for Dribbble?
ColorFlick for Dribbble是由Thiyagaraj T开发的Chrome扩展程序,该扩展的主要功能是“Developer friendly color palette extension for Dribbble”。
扩展截图
下载ColorFlick for Dribbble扩展crx文件
下载ColorFlick for Dribbble扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Lot of us look out for color inspirations from Dribbble. Copying hex codes has always been difficult. ColorFlick for Dribbble introduces a developer friendly color palette to quickly copy hex codes to your clipboard. Also there is Coolors(https://coolors.co) palette link as well too save a shareable palette from you favourite Dribbble shot.
扩展基本信息
名称 | ColorFlick for Dribbble |
ID | biemhkdecdmbffonfjjdhahmghllkcon |
官方URL | https://chromewebstore.google.com/detail/colorflick-for-dribbble/biemhkdecdmbffonfjjdhahmghllkcon |
简介 | Developer friendly color palette extension for Dribbble |
文件大小 | 27.64 KB |
安装次数 | 58 |
当前版本 | 0.0.1 |
更新时间 | 2020-08-01 |
上架时间 | 2020-07-31 |
评分 | 5.00/5 共1次评分 |
开发者 | Thiyagaraj T |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ColorFlick for Dribbble", "version": "0.0.1", "description": "Developer friendly color palette extension for Dribbble", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "author": "Thiyagaraj (https:\/\/twitter.com\/thewizardjs)", "web_accessible_resources": [ "icons\/*", "assets\/*" ], "content_scripts": [ { "run_at": "document_end", "matches": [ "*:\/\/dribbble.com\/*" ], "js": [ "index.js" ], "css": [ "styles.css" ] } ] } |