Color Grab
Copy the color code from any webpage in various formats.
Color Grab란 무엇입니까?
Color Grab은(는) https://www.techy.how에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Copy the color code from any webpage in various formats."입니다.
확장 프로그램 스크린샷
Color Grab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Introducing Color Grab, the ultimate color picker tool designed to elevate your design workflow and creativity. Whether you're a professional designer, developer, or simply someone who loves exploring colors, this powerful Chrome extension is the perfect solution for you. With Color Grab, you can: • Effortlessly select and capture colors from any web page using a user-friendly color picker tool • Instantly obtain color codes in multiple formats, including RGB, hex, and HSL • Save and manage a list of your favorite colors for easy access in future projects Color Grab offers a seamless browsing experience, enabling you to pick and save colors as you browse the web without interrupting your workflow. The extension's intuitive interface ensures you can quickly copy color codes, allowing you to focus on creating visually stunning designs. As a free and easy-to-use tool, Color Grab is the must-have extension for anyone seeking to enhance their design process and discover new color combinations. Don't miss out on this opportunity to streamline your workflow, boost your creativity, and make a lasting impression with your designs. Install Color Grab now and unlock a world of colors at your fingertips!
확장 프로그램 기본 정보
이름 | Color Grab |
ID | ocfondngidllnbfjpogdecokahgjkelg |
공식 URL | https://chromewebstore.google.com/detail/color-grab/ocfondngidllnbfjpogdecokahgjkelg |
설명 | Copy the color code from any webpage in various formats. |
파일 크기 | 76.55 KB |
설치 횟수 | 620 |
현재 버전 | 1.0 |
최근 업데이트 | 2023-04-04 |
출시 날짜 | 2023-04-03 |
개발자 | https://www.techy.how |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.techy.how/ |
도움말 페이지 URL | https://www.techy.how/tools |
개인정보 보호 정책 페이지 URL | https://www.techy.how/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Color Grab", "version": "1.0", "description": "Copy the color code from any webpage in various formats.", "action": { "default_popup": "popup.html", "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "permissions": [ "storage" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |