Live color picker
Simple Color Picker app lets you detect (grab) the color from the browser tab
Live color picker란 무엇입니까?
Live color picker은(는) http://live-color-picker.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple Color Picker app lets you detect (grab) the color from the browser tab"입니다.
확장 프로그램 스크린샷
Live color picker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Live Color Picker app lets you detect (grab) the color from the browser tab and copy it in any format. It's also pretty simple to use – click on the extension icon and start working. The main features are: ⭐Different formats: HEX, RGB, HSV ⭐Pick a color from the page ⭐Red-Green-Blue (RGB) wheel to adjust selected Copy the colors just by clicking and start using them in your designs.
확장 프로그램 기본 정보
이름 | |
ID | ocfboephblnapfbccjigejhblhkpgflj |
공식 URL | https://chrome.google.com/webstore/detail/live-color-picker/ocfboephblnapfbccjigejhblhkpgflj |
설명 | Simple Color Picker app lets you detect (grab) the color from the browser tab |
파일 크기 | 405 KB |
설치 횟수 | 4,882,364 |
현재 버전 | 0.9.3 |
최근 업데이트 | 2023-03-09 |
출시 날짜 | 2021-12-27 |
평점 | 4.21/5 총 43 개의 평점 |
개발자 | http://live-color-picker.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://live-color-picker.com |
개인정보 보호 정책 페이지 URL | https://live-color-picker.com/privacy |
지원되는 언어 | id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Live color picker", "background": { "service_worker": "js\/background.js" }, "action": { "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "300": "icons\/icon300.png" }, "default_title": "__MSG_badgeAvailable__", "default_popup": "html\/popup.html" }, "default_locale": "en", "description": "__MSG_extShortDesc__", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "300": "icons\/icon300.png" }, "incognito": "split", "manifest_version": 3, "name": "__MSG_extName__", "permissions": [ "storage", "commands", "scripting", "alarms" ], "host_permissions": [ " |