Colors for Websites | Color Changer
Change the colors of any website directly in your browser!
What is Colors for Websites | Color Changer?
Colors for Websites | Color Changer is a Chrome extension developed by https://colorsforwebsites.com, and its main feature is "Change the colors of any website directly in your browser!".
Extension Screenshots
Download Colors for Websites | Color Changer Extension CRX File
Download Colors for Websites | Color Changer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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)
Extension Basic Information
Name | Colors for Websites | Color Changer |
ID | commbemobeohbgnbkkbgkbfenokjaihk |
Official URL | https://chromewebstore.google.com/detail/colors-for-websites-color/commbemobeohbgnbkkbgkbfenokjaihk |
Description | Change the colors of any website directly in your browser! |
File Size | 650 KB |
Installation Count | 64 |
Current Version | 1.0 |
Last Updated | 2022-05-20 |
Publish Date | 2022-05-15 |
Developer | https://colorsforwebsites.com |
[email protected] | |
Payment Type | free |
Extension Website | https://colorsforwebsites.com |
Privacy Policy Page URL | https://colorsforwebsites.com/Privacy |
Supported Languages | 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" ] } ] } |