Dyslexia Aid

Color filter that can be applied to any web page to aid in reading

Τι είναι το Dyslexia Aid;

Το Dyslexia Aid είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://nathancorbyn.com, και η κύρια λειτουργία του είναι "Color filter that can be applied to any web page to aid in reading".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Dyslexia Aid

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

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

                        A simple extension that allows the user to place a colour filter over the screen in order to enable easier reading. After installation the user should find a paint roller appear next to the search bar allowing them to select their filter colour and opacity. A check box will also appear in the top right hand corner of all visited sites making it such that when the user clicks the check box the filter is enabled/disabled.                    

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

Όνομα Dyslexia Aid Dyslexia Aid
ID emlkeoamhpbpleiedddheaboonhifnco
Επίσημο URL https://chrome.google.com/webstore/detail/dyslexia-aid/emlkeoamhpbpleiedddheaboonhifnco
Περιγραφή Color filter that can be applied to any web page to aid in reading
Μέγεθος Αρχείου 1.42 MB
Αριθμός Εγκαταστάσεων 1,000
Τρέχουσα Έκδοση 0.1.5
Τελευταία Ενημέρωση 2016-02-12
Ημερομηνία Δημοσίευσης 2016-02-12
Αξιολόγηση 2.33/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής http://nathancorbyn.com
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dyslexia Aid",
    "description": "Color filter that can be applied to any web page to aid in reading",
    "version": "0.1.5",
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.js",
                "js\/content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}