Change Page Colors

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

Qu'est-ce que Change Page Colors ?

Change Page Colors est une extension Chrome développée par zanomate, et sa fonction principale est "A tool that automatically change the color of background and text in the page".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Change Page Colors

Téléchargez les fichiers d'extension Change Page Colors 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

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

Informations de Base sur l'Extension

Nom Change Page Colors Change Page Colors
ID bpffefpenhflenffmncchaepkgebkpne
URL Officiel https://chrome.google.com/webstore/detail/change-page-colors/bpffefpenhflenffmncchaepkgebkpne
Description A tool that automatically change the color of background and text in the page
Taille du Fichier 43.54 KB
Nombre d'Installations 4,311
Version Actuelle 1.0.0.0
Dernière Mise à Jour 2016-02-27
Date de Publication 2016-02-27
Évaluation 2.55/5 Total 22 Évaluations
Développeur zanomate
Type de Paiement free
Langues Prises en Charge 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"
    }
}