ColorCraft
ColorCraft is a must-have extension for every developer's toolkit. It's the ultimate time-saver in your web design process. With…
什麼是ColorCraft?
ColorCraft是由https://colorcraft.io開發的Chrome擴展程式,該擴展的主要功能是“ColorCraft is a must-have extension for every developer's toolkit. It's the ultimate time-saver in your web design process. With…”。
擴展截圖
下載ColorCraft擴展crx文件
下載ColorCraft擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
ColorCraft is a must-have extension for every developer's toolkit. It's the ultimate time-saver in your web design process. With effortless color identification, real-time modification, and the ability to save and load configurations and much more.
Changelogs 1.2:
- New Design
- Save and Load Configurations
Key Features:
- Capture All Colors Instantly: Collect all colors used on a webpage along with their names
- Interactive Highlighting: Simply hover over a color to see where it's used on the site.
- Live Color Adjustment: Experiment with the aesthetic appeal of the site by modifying colors in real time.
- Easy Copy-Paste: Found a color you love? Copy it to your clipboard in RGBA, HEX(A), or HSLA format, ready to use in your projects.
Exciting features coming soon:
Future updates:
- Retrieve colors for specific elements
- Statistics of colors used on the page
- Export palettes
- Changing entire site palette
- AI Recommended Colors 擴展基本資訊
| 名稱 | |
| ID | phipihmpeladolpicbledanamelhnggp |
| 官方網址 | https://chromewebstore.google.com/detail/colorcraft/phipihmpeladolpicbledanamelhnggp |
| 簡介 | ColorCraft is a must-have extension for every developer's toolkit. It's the ultimate time-saver in your web design process. With… |
| 檔案大小 | 141 KB |
| 安裝次數 | 49 |
| 目前版本 | 1.21 |
| 更新時間 | 2023-07-09 |
| 上架時間 | 2023-06-19 |
| 評分 | 5.00/5 共 12 次評分 |
| 開發者 | https://colorcraft.io |
| 電子郵箱 | [email protected] |
| 付費類型 | in_app |
| 擴展官網 | https://www.colorcraft.io |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "ColorCraft",
"version": "1.21",
"action": {
"default_popup": "src\/index.html",
"default_icon": {
"16": "assets\/icon.png",
"48": "assets\/icon.png",
"128": "assets\/icon.png"
}
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"activeTab",
"scripting",
"storage"
]
} | |