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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย deren และคุณลักษณะหลักของมันคือ "It is intended to help you extract the color palette of any website. You can also check the usage rate of the extracted colors."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GET WEB SITE THEME COLOR
ดาวน์โหลดไฟล์ส่วนขยาย 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" } |