Colour Changer

Change the colour of the text and background of a webpage!

Wat is Colour Changer?

Colour Changer is een Chrome-extensie ontwikkeld door Michael Smith, en de belangrijkste functie is "Change the colour of the text and background of a webpage!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Colour Changer

Download Colour Changer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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).                    

Basisinformatie over de Extensie

Naam Colour Changer Colour Changer
ID oghncgjeeecljbkloncoifojhioefmpj
Officiële URL https://chromewebstore.google.com/detail/colour-changer/oghncgjeeecljbkloncoifojhioefmpj
Beschrijving Change the colour of the text and background of a webpage!
Bestandsgrootte 91.72 KB
Aantal Installaties 999
Huidige Versie 1.0
Laatst Bijgewerkt 2017-10-26
Publicatiedatum 2017-10-26
Beoordeling 2.50/5 Totaal 8 Beoordelingen
Ontwikkelaar Michael Smith
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}