Change Page Colors

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

Τι είναι το Change Page Colors;

Το Change Page Colors είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον zanomate, και η κύρια λειτουργία του είναι "A tool that automatically change the color of background and text in the page".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Change Page Colors

Λήψη αρχείων επέκτασης Change Page Colors σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Change Page Colors Change Page Colors
ID bpffefpenhflenffmncchaepkgebkpne
Επίσημο URL https://chrome.google.com/webstore/detail/change-page-colors/bpffefpenhflenffmncchaepkgebkpne
Περιγραφή A tool that automatically change the color of background and text in the page
Μέγεθος Αρχείου 43.54 KB
Αριθμός Εγκαταστάσεων 4,311
Τρέχουσα Έκδοση 1.0.0.0
Τελευταία Ενημέρωση 2016-02-27
Ημερομηνία Δημοσίευσης 2016-02-27
Αξιολόγηση 2.55/5 Συνολικά 22 Αξιολογήσεις
Προγραμματιστής zanomate
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    }
}