取色器(纯净版)
纯净简约的网页取色器
取色器(纯净版)란 무엇입니까?
取色器(纯净版)은(는) elegantYU에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "纯净简约的网页取色器"입니다.
확장 프로그램 스크린샷
取色器(纯净版) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
- 快捷识别网页中的所有颜色,点击即可复制; - 支持多种颜色格式; - 保存7天内的识别颜色; - Alt + C 快捷键启动识别。 项目已开源:https://github.com/elegantYU/color-picker 求star支持下🤘
확장 프로그램 기본 정보
이름 | |
ID | lkfniiefogmonnkjeaceppmeakpagfmg |
공식 URL | https://chrome.google.com/webstore/detail/%E5%8F%96%E8%89%B2%E5%99%A8%E7%BA%AF%E5%87%80%E7%89%88/lkfniiefogmonnkjeaceppmeakpagfmg |
설명 | 纯净简约的网页取色器 |
파일 크기 | 110 KB |
설치 횟수 | 1,000 |
현재 버전 | 1.4.2 |
최근 업데이트 | 2021-03-17 |
출시 날짜 | 2020-06-14 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | elegantYU |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,fr,es,ru,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.4.2", "manifest_version": 2, "minimum_chrome_version": "56.0.0", "name": "__MSG_name__", "short_name": "__MSG_shortName__", "description": "__MSG_description__", "offline_enabled": true, "default_locale": "zh_CN", "icons": { "16": "static\/icons\/icon16.png", "48": "static\/icons\/icon48.png", "128": "static\/icons\/icon128.png" }, "background": { "page": "background.html", "persistent": true }, "content_scripts": [ { "matches": [ " |