Color Palette
Make Color palette for your Design
What is Color Palette?
Color Palette is a Chrome extension developed by https://ecormi.com, and its main feature is "Make Color palette for your Design".
Extension Screenshots
Download Color Palette Extension CRX File
Download Color Palette extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Color Palette |
ID | bhbeohgjkbmajdombdkkfoaejkacjeje |
Official URL | https://chromewebstore.google.com/detail/color-palette/bhbeohgjkbmajdombdkkfoaejkacjeje |
Description | Make Color palette for your Design |
File Size | 14.54 KB |
Installation Count | 38 |
Current Version | 1.0 |
Last Updated | 2021-07-12 |
Publish Date | 2021-07-12 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://ecormi.com |
[email protected] | |
Payment Type | free |
Extension Website | https://ecormi.com/ |
Help Page URL | https://ecormi.com/contact/ |
Supported Languages | 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" } } |