Change Page Colors

A tool that automatically change the color of background and text in the page

¿Qué es Change Page Colors?

Change Page Colors es una extensión de Chrome desarrollada por zanomate, y su función principal es "A tool that automatically change the color of background and text in the page".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Change Page Colors

Descarga archivos de extensión Change Page Colors 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

                        "Change Page Colors" is a tool that allow users to easily change main background and text colors of any web page. The purpose is to make reading more confortable and adaptive to the user preferences.

Functionality (First release)
- Change background and text color a any page with a click.
- Choose your favorite colors and the tool will remember your last choice.                    

Información Básica de la Extensión

Nombre Change Page Colors Change Page Colors
ID bpffefpenhflenffmncchaepkgebkpne
URL Oficial https://chrome.google.com/webstore/detail/change-page-colors/bpffefpenhflenffmncchaepkgebkpne
Descripción A tool that automatically change the color of background and text in the page
Tamaño del Archivo 43.54 KB
Cantidad de Instalaciones 4,311
Versión Actual 1.0.0.0
Última Actualización 2016-02-27
Fecha de Publicación 2016-02-27
Calificación 2.55/5 Total de 22 Calificaciones
Desarrollador zanomate
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.0.0",
    "name": "Change Page Colors",
    "description": "A tool that automatically change the color of background and text in the page",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'",
    "browser_action": {
        "default_icon": "imgs\/128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "",
        "tabs",
        "storage"
    ],
    "icons": {
        "128": "imgs\/128.png"
    }
}