Color Eye Dropper 2.0
Color Eye Dropper 2.0 - Allows you to pick color from any web page or from our advanced color picker!
Color Eye Dropper 2.0란 무엇입니까?
Color Eye Dropper 2.0은(는) C E에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Color Eye Dropper 2.0 - Allows you to pick color from any web page or from our advanced color picker!"입니다.
확장 프로그램 스크린샷
Color Eye Dropper 2.0 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
⬇️ Easy to setup ⬇️: 1. Click our extension icon 🎨 2. Choose from colors found on screen in our extension drop down page or click “Pick color from web page” 🎨 3. If you chose “Pick color from web page”, go to the color on the web page and hover over it until you found the right spot/color you want 🎨 4. Click on it 🖱️ 5. Go back to our extension drop down page & you’ll see the color & color code that you selected in the top right 🎨 6. That’s it! Features: 1 - Free & Easy-to-Use 🆓 2 - Choose color from web page that is already loaded on our extension drop down page 🎨 3 - Choose color from web page from our extension drop down page 🎨 4 - Color History that shows the most recent colors you color picked w/ hover ability 🎨 5 - Color Picker/Wheel that allows you to find the color based on the HEX code or from the color wheel 🎨 Install Color Eye Dropper and start picking out colors from any web page or finding colors from our color wheel! 🎨
확장 프로그램 기본 정보
이름 | Color Eye Dropper 2.0 |
ID | cmboomkdkngiglblihhlokadkkocjjaa |
공식 URL | https://chromewebstore.google.com/detail/color-eye-dropper-20/cmboomkdkngiglblihhlokadkkocjjaa |
설명 | Color Eye Dropper 2.0 - Allows you to pick color from any web page or from our advanced color picker! |
파일 크기 | 172 KB |
설치 횟수 | 3,271 |
현재 버전 | 0.0.2 |
최근 업데이트 | 2022-09-04 |
출시 날짜 | 2022-09-04 |
평점 | 4.16/5 총 32 개의 평점 |
개발자 | C E |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.2", "manifest_version": 3, "minimum_chrome_version": "95", "name": "Color Eye Dropper 2.0", "description": "Color Eye Dropper 2.0 - Allows you to pick color from any web page or from our advanced color picker!", "icons": { "128": "icons\/icon.png" }, "action": { "default_popup": ".\/index.html" }, "permissions": [ "storage", "activeTab", "scripting" ], "background": { "service_worker": ".\/js\/background.js" } } |