Change Page Colors

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

Hvad er Change Page Colors?

Change Page Colors er en Chrome-udvidelse udviklet af zanomate, og dens hovedfunktion er "A tool that automatically change the color of background and text in the page".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Change Page Colors-udvidelses-CRX-fil

Download Change Page Colors-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Change Page Colors Change Page Colors
ID bpffefpenhflenffmncchaepkgebkpne
Officiel URL https://chrome.google.com/webstore/detail/change-page-colors/bpffefpenhflenffmncchaepkgebkpne
Beskrivelse A tool that automatically change the color of background and text in the page
Filstørrelse 43.54 KB
Antal Installationer 4,311
Nuværende Version 1.0.0.0
Senest Opdateret 2016-02-27
Udgivelsesdato 2016-02-27
Bedømmelse 2.55/5 Samlet 22 Bedømmelser
Udvikler zanomate
Betalingsmetode free
Understøttede Sprog 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"
    }
}