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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | ColorCraft |
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 |
이메일 | [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" ] } |