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.
擴展基本資訊
名稱 | Color Palette |
ID | bhbeohgjkbmajdombdkkfoaejkacjeje |
官方網址 | 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" } } |