Color picker
Finds the color under your cursor in HEX and RGB form
Color picker란 무엇입니까?
Color picker은(는) Felix에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Finds the color under your cursor in HEX and RGB form"입니다.
확장 프로그램 스크린샷
Color picker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Google chrome extension that can get what ever color pixel you want on the page you're viewing. Once clicked, your color will give you it's Hexadecimal and RGB value. Along with that info, it will appear in your recent colors so that you can go back to it if you want later. If you did want to go back to a color in your most recent section, you can click on the box which will display all the information about that color again. **This extension is only compatible with Chrome, Opera, and Microsoft Edge. ** Some buttons that come with the extensions are 'clear' and 'delete'. Clear button deletes all your recent colors while delete deletes the specific color you have selected.
확장 프로그램 기본 정보
이름 | Color picker |
ID | bgbfgaaibhpepheabkdeniilmcljibob |
공식 URL | https://chromewebstore.google.com/detail/color-picker/bgbfgaaibhpepheabkdeniilmcljibob |
설명 | Finds the color under your cursor in HEX and RGB form |
파일 크기 | 855 KB |
설치 횟수 | 1,317 |
현재 버전 | 1.0 |
최근 업데이트 | 2022-03-28 |
출시 날짜 | 2022-03-28 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Felix |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Color picker", "description": "Finds the color under your cursor in HEX and RGB form", "version": "1.0", "manifest_version": 3, "permissions": [ "storage" ], "action": { "default_popup": "popup.html" }, "icons": { "16": "\/images\/wheel16.png", "32": "\/images\/wheel32.png", "48": "\/images\/wheel48.png", "128": "\/images\/wheel128.png" } } |