Colors for Websites | Color Changer
Change the colors of any website directly in your browser!
Colors for Websites | Color Changerคืออะไร?
Colors for Websites | Color Changer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://colorsforwebsites.com และคุณลักษณะหลักของมันคือ "Change the colors of any website directly in your browser!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Colors for Websites | Color Changer
ดาวน์โหลดไฟล์ส่วนขยาย Colors for Websites | Color Changer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension analyzes the colors of a webpage and gives you the option to change each color individually. You can change the colors with a color picker to find out the perfect palette. Or you just want to analyze if every color matches your brand colors. FEATURES • Find all colors of a website • works with inline and css styles • choose which colors you want to change • works with any website • works also on localhost (Note: this is a beta version, fell free to write us for feedback, bugs and suggestions)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Colors for Websites | Color Changer |
ID | commbemobeohbgnbkkbgkbfenokjaihk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/colors-for-websites-color/commbemobeohbgnbkkbgkbfenokjaihk |
คำอธิบาย | Change the colors of any website directly in your browser! |
ขนาดไฟล์ | 650 KB |
จำนวนการติดตั้ง | 64 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2022-05-20 |
วันที่เผยแพร่ | 2022-05-15 |
ผู้พัฒนา | https://colorsforwebsites.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://colorsforwebsites.com |
URL หน้านโยบายความเป็นส่วนตัว | https://colorsforwebsites.com/Privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Colors for Websites | Color Changer", "description": "Change the colors of any website directly in your browser!", "version": "1.0", "manifest_version": 3, "permissions": [ "storage", "activeTab", "scripting" ], "action": { "default_popup": "index.html", "default_icon": { "16": "\/images\/logo.png", "32": "\/images\/logo.png", "48": "\/images\/logo.png", "128": "\/images\/logo.png" } }, "icons": { "16": "\/images\/logo.png", "32": "\/images\/logo.png", "48": "\/images\/logo.png", "128": "\/images\/logo.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content-script.js" ], "css": [ "variables.css" ] } ] } |