Colour Changer
Change the colour of the text and background of a webpage!
Was ist Colour Changer?
Colour Changer ist eine Chrome-Erweiterung, die von Michael Smith entwickelt wurde, und ihr Hauptmerkmal ist "Change the colour of the text and background of a webpage!".
Erweiterungsscreenshots
Colour Changer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Colour Changer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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).
Grundlegende Informationen zur Erweiterung
Name | Colour Changer |
ID | oghncgjeeecljbkloncoifojhioefmpj |
Offizielle URL | https://chromewebstore.google.com/detail/colour-changer/oghncgjeeecljbkloncoifojhioefmpj |
Beschreibung | Change the colour of the text and background of a webpage! |
Dateigröße | 91.72 KB |
Installationsanzahl | 999 |
Aktuelle Version | 1.0 |
Letztes Update | 2017-10-26 |
Veröffentlichungsdatum | 2017-10-26 |
Bewertung | 2.50/5 Insgesamt 8 Bewertungen |
Entwickler | Michael Smith |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |