Olivia Reader

Olivia Reader helps web surfers tackle Dyslexia. * Use our exclusive ruler * Choose font size * Change font type * Set background…

Τι είναι το Olivia Reader;

Το Olivia Reader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.oliviareader.com, και η κύρια λειτουργία του είναι "Olivia Reader helps web surfers tackle Dyslexia. * Use our exclusive ruler * Choose font size * Change font type * Set background…".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Olivia Reader helps web surfers tackle Dyslexia.

* Use our exclusive ruler
* Choose font size
* Change font type
* Set background colour
* Read with striped paragraphs

*** Instructions ***
1. Using Google Chrome, visit the website you want to read.
2. Click on the Olivia Reader green icon and open the control panel.
3. You can use just the ruler, so let's try that first. Turn the ruler on and off by clicking on the button that is under the word Ruler. Then, change it's colour to Orange Green or Blue. Now, move the ruler up and down the page by dragging it around with your mouse.
5. Now, let's change the page appearance. Open the control panel again. Click on the Olivia icon that is under the Oliv!a text.
6. You can reduce the page width by clicking on the button with black lines.
7. You can stripe the paragraph colour by clicking on the third button.
8. You can change the font size by clicking on the A- and A+ buttons.
9. You can change the font type by clicking on the font name.
10. Finally, you can change the page background colour by clicking on the little square at the bottom right of the control panel. Don't forget to click OK once you have found the colour you like the most.
Good reading :-)                    

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

Όνομα Olivia Reader Olivia Reader
ID gdnbjigohbkphodaahigcgnfbllpilhj
Επίσημο URL https://chromewebstore.google.com/detail/olivia-reader/gdnbjigohbkphodaahigcgnfbllpilhj
Περιγραφή Olivia Reader helps web surfers tackle Dyslexia. * Use our exclusive ruler * Choose font size * Change font type * Set background…
Μέγεθος Αρχείου 279 KB
Αριθμός Εγκαταστάσεων 30
Τρέχουσα Έκδοση 0.9850
Τελευταία Ενημέρωση 2015-02-23
Ημερομηνία Δημοσίευσης 2015-02-23
Αξιολόγηση 3.50/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής https://www.oliviareader.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.oliviareader.com
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Olivia Reader",
    "short_name": "Olivia Reader",
    "description": "",
    "version": "0.9850",
    "permissions": [
        "storage",
        "tabs",
        ""
    ],
    "manifest_version": 2,
    "web_accessible_resources": [
        "images\/bar-logo.png",
        "images\/twitter.png"
    ],
    "browser_action": {
        "default_title": "Olivia Reader",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ]
}