Currikula's Easy Reader

This extension is designed to assist in reading webpages and help people avoid mental fatigue when reading extensively.

Τι είναι το Currikula's Easy Reader;

Το Currikula's Easy Reader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον The Ultimate Essay Guide, και η κύρια λειτουργία του είναι "This extension is designed to assist in reading webpages and help people avoid mental fatigue when reading extensively.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Currikula's Easy Reader

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

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

                        Currikula's Easy Reader is a Chrome extension designed to help people engage with text. Often reading on a screen can cause strain on the eyes and most of the time this is not perceptible to your consciousness. The only way you can tell is your inability to read long pieces of text after a while. This problem is particularly prevalent for those suffering from Dyslexia (which affects around 10% of the United Kingdom). 

** Features ** 

 - Reader Mode -

One of the ways to reduce this fatigue is to reduce the contrast between text and the screen. Currikula's easy reader provides an overlay to cover the screen offering several different colours for users to choose from. Further you can change the colour of the text so that it further reduces the contrast. 

- Speaker Mode - 
In order to maximise the ability for content to be taken in, our Speaker Mode allows users to have the webpage read out to them using a synthesised voice. Either this can be used as an aide backing up what you are reading or used as standalone tool. The Speaker Mode box in the bottom right hand corner is used to start, pause and stop (reset) the voice over. It also tells you how long it is going to take to read through at an average reading pace and how long it will take to speak through based on the settings you have set. 

- Chunks Vs All - 
Currikula's Easy Reader tries to make it easier get only the content you want. Therefore there is a setting that only allows the reader to read "chunks" these are what we might consider important pieces of text and skip the standardised reading of menus for example. You can toggle this on and off in the settings.                    

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

Όνομα Currikula's Easy Reader Currikula's Easy Reader
ID bnmdeobpfmafpmpkldfknokgjjgakkfh
Επίσημο URL https://chrome.google.com/webstore/detail/currikulas-easy-reader/bnmdeobpfmafpmpkldfknokgjjgakkfh
Περιγραφή This extension is designed to assist in reading webpages and help people avoid mental fatigue when reading extensively.
Μέγεθος Αρχείου 57.01 KB
Αριθμός Εγκαταστάσεων 290
Τρέχουσα Έκδοση 1.3
Τελευταία Ενημέρωση 2018-06-20
Ημερομηνία Δημοσίευσης 2018-06-20
Αξιολόγηση 2.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής The Ultimate Essay Guide
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.iubenda.com/privacy-policy/847740
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Currikula's Easy Reader",
    "short_name": "Currikula",
    "description": "This extension is designed to assist in reading webpages and help people avoid mental fatigue when reading extensively.",
    "version": "1.3",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "html\/popup.html",
        "default_title": "Click here to make reading easier."
    },
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "tts"
    ],
    "content_scripts": [
        {
            "matches": [
                "",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/iframe.css"
            ],
            "all_frames": true,
            "js": [
                "thirdparty\/jquery-3.2.1.min.js",
                "js\/content.js",
                "js\/iframe.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/messages.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "html\/speech.html",
        "css\/iframe.css",
        "thirdparty\/jquery-3.2.1.min.js",
        "images\/restart.svg",
        "images\/play-solo.svg",
        "images\/pause.svg",
        "js\/iframe.js"
    ]
}