Colour Changer

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

Qu'est-ce que Colour Changer ?

Colour Changer est une extension Chrome développée par Michael Smith, et sa fonction principale est "Change the colour of the text and background of a webpage!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Colour Changer

Téléchargez les fichiers d'extension Colour Changer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Colour Changer Colour Changer
ID oghncgjeeecljbkloncoifojhioefmpj
URL Officiel https://chromewebstore.google.com/detail/colour-changer/oghncgjeeecljbkloncoifojhioefmpj
Description Change the colour of the text and background of a webpage!
Taille du Fichier 91.72 KB
Nombre d'Installations 999
Version Actuelle 1.0
Dernière Mise à Jour 2017-10-26
Date de Publication 2017-10-26
Évaluation 2.50/5 Total 8 Évaluations
Développeur Michael Smith
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}