GET WEB SITE THEME COLOR
It is intended to help you extract the color palette of any website. You can also check the usage rate of the extracted colors.
GET WEB SITE THEME COLOR란 무엇입니까?
GET WEB SITE THEME COLOR은(는) deren에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "It is intended to help you extract the color palette of any website. You can also check the usage rate of the extracted colors."입니다.
확장 프로그램 스크린샷
GET WEB SITE THEME COLOR 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
■ Update✨ ・2022/10/24 Fixed the problem that the background color cannot be obtained on some pages. ■ Features🚀 ・Click the icon to see the theme colors used on the open website. ・You can know the background color and the text color. ・You can graph how much theme color is used. ・You can copy the clicked color code by clicking on the graph. ■ Notes⚠️ ・Please refresh the screen of the website page that was open when you added or updated this extension. ・Some pages may not be available for security reasons. ・Color of Image cannot be acquired. Thank you.
확장 프로그램 기본 정보
이름 | GET WEB SITE THEME COLOR |
ID | dbnbaoinihpfmkcmnlabklckngadaadm |
공식 URL | https://chromewebstore.google.com/detail/get-web-site-theme-color/dbnbaoinihpfmkcmnlabklckngadaadm |
설명 | It is intended to help you extract the color palette of any website. You can also check the usage rate of the extracted colors. |
파일 크기 | 153 KB |
설치 횟수 | 1,015 |
현재 버전 | 1.2.1 |
최근 업데이트 | 2022-10-26 |
출시 날짜 | 2021-06-27 |
평점 | 4.50/5 총 2 개의 평점 |
개발자 | deren |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/deren2525/get-web-site-theme-color |
지원되는 언어 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_Name__", "version": "1.2.1", "description": "__MSG_Description__", "action": { "default_title": "__MSG_Name__", "default_popup": "popup.html", "default_icon": { "19": "assets\/images\/icon.png" } }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/content_scripts.js" ] } ], "permissions": [ "activeTab" ], "icons": { "16": "assets\/images\/icon.png", "48": "assets\/images\/icon.png", "128": "assets\/images\/icon.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'", "sandbox": "sandbox allow-scripts; script-src 'self'; object-src 'self'" }, "manifest_version": 3, "default_locale": "en" } |