Colour Changer

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

¿Qué es Colour Changer?

Colour Changer es una extensión de Chrome desarrollada por Michael Smith, y su función principal es "Change the colour of the text and background of a webpage!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Colour Changer

Descarga archivos de extensión Colour Changer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Colour Changer Colour Changer
ID oghncgjeeecljbkloncoifojhioefmpj
URL Oficial https://chromewebstore.google.com/detail/colour-changer/oghncgjeeecljbkloncoifojhioefmpj
Descripción Change the colour of the text and background of a webpage!
Tamaño del Archivo 91.72 KB
Cantidad de Instalaciones 999
Versión Actual 1.0
Última Actualización 2017-10-26
Fecha de Publicación 2017-10-26
Calificación 2.50/5 Total de 8 Calificaciones
Desarrollador Michael Smith
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    ]
}