Color Palette
Make Color palette for your Design
什么是Color Palette?
Color Palette是由https://ecormi.com开发的Chrome扩展程序,该扩展的主要功能是“Make Color palette for your Design”。
扩展截图
下载Color Palette扩展crx文件
下载Color Palette扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Color palette is a collection of colors and shades for designers. Its not easy at all to find perfect color palette for art or design.
Here in this tool we tried to make a way to generate thousands of color scheme. Lets discover the new color schemes tool for your Design.
** Instructions ***
Please Enter Space to create new color Palette.
Please Enter E to change Background Color
** Please let us know if you have any suggestion. Its our First Version. 扩展基本信息
| 名称 | |
| ID | bhbeohgjkbmajdombdkkfoaejkacjeje |
| 官方URL | https://chromewebstore.google.com/detail/color-palette/bhbeohgjkbmajdombdkkfoaejkacjeje |
| 简介 | Make Color palette for your Design |
| 文件大小 | 14.54 KB |
| 安装次数 | 38 |
| 当前版本 | 1.0 |
| 更新时间 | 2021-07-12 |
| 上架时间 | 2021-07-12 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | https://ecormi.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://ecormi.com/ |
| 帮助页面URL | https://ecormi.com/contact/ |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Color Palette",
"description": "Make Color palette for your Design",
"version": "1.0",
"browser_action": {
"default_icon": "Color Palette.png",
"default_popup": "index.html"
},
"icons": {
"16": "Color Palette.png",
"32": "Color Palette.png",
"48": "Color Palette.png",
"128": "Color Palette.png"
}
} | |