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文件
下载GET WEB SITE THEME COLOR扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
■ 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" } |