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 |
| 公式URL | 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 |
| Eメール | [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"
]
} | |