Colour Changer
Change the colour of the text and background of a webpage!
What is Colour Changer?
Colour Changer is a Chrome extension developed by Michael Smith, and its main feature is "Change the colour of the text and background of a webpage!".
Extension Screenshots
Download Colour Changer Extension CRX File
Download Colour 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
Allows users to apply any colour to fonts and backgrounds of any webpage. To use the extension click on the symbol and you will see a drop-down menu, this has three options - fonts, background and reset. Upon clicking either the font or background it will drop-down three sliders that represent the RGB values, move these sliders to change the font/background. The reset button will remove any changes made to the page (note: to do this it refreshes the page).
Extension Basic Information
Name | Colour Changer |
ID | oghncgjeeecljbkloncoifojhioefmpj |
Official URL | https://chromewebstore.google.com/detail/colour-changer/oghncgjeeecljbkloncoifojhioefmpj |
Description | Change the colour of the text and background of a webpage! |
File Size | 91.72 KB |
Installation Count | 999 |
Current Version | 1.0 |
Last Updated | 2017-10-26 |
Publish Date | 2017-10-26 |
Rating | 2.50/5 Total 8 Ratings |
Developer | Michael Smith |
[email protected] | |
Payment Type | free |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Colour Changer", "description": "Change the colour of the text and background of a webpage!", "version": "1.0", "icons": { "48": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Click Here!" }, "permissions": [ "activeTab" ] } |