Colour Changer

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

Cos'è Colour Changer?

Colour Changer è un'estensione di Chrome sviluppata da Michael Smith, e la sua funzione principale è "Change the colour of the text and background of a webpage!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Colour Changer

Scarica i file di estensione Colour Changer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Colour Changer Colour Changer
ID oghncgjeeecljbkloncoifojhioefmpj
URL Ufficiale https://chromewebstore.google.com/detail/colour-changer/oghncgjeeecljbkloncoifojhioefmpj
Descrizione Change the colour of the text and background of a webpage!
Dimensione del File 91.72 KB
Conteggio Installazioni 999
Versione Corrente 1.0
Ultimo Aggiornamento 2017-10-26
Data di Pubblicazione 2017-10-26
Valutazione 2.50/5 Totale 8 Valutazioni
Sviluppatore Michael Smith
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}