Colors for Websites | Color Changer
Change the colors of any website directly in your browser!
Colors for Websites | Color Changer là gì?
Colors for Websites | Color Changer là một tiện ích mở rộng Chrome được phát triển bởi https://colorsforwebsites.com, và tính năng chính của nó là "Change the colors of any website directly in your browser!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Colors for Websites | Color Changer
Tải xuống các tệp mở rộng Colors for Websites | Color Changer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Colors for Websites | Color Changer |
ID | commbemobeohbgnbkkbgkbfenokjaihk |
URL Chính Thức | https://chromewebstore.google.com/detail/colors-for-websites-color/commbemobeohbgnbkkbgkbfenokjaihk |
Mô tả | Change the colors of any website directly in your browser! |
Kích Thước Tệp | 650 KB |
Số Lần Cài Đặt | 64 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2022-05-20 |
Ngày Phát Hành | 2022-05-15 |
Nhà Phát Triển | https://colorsforwebsites.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://colorsforwebsites.com |
URL Trang Chính Sách Bảo Mật | https://colorsforwebsites.com/Privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |