Hyper Read

Hyper Read

Τι είναι το Hyper Read;

Το Hyper Read είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Hyper Read, και η κύρια λειτουργία του είναι "Hyper Read".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Hyper Read is a browser extension designed to help neurodivergent individuals read online content with ease. Created by a team of neurodivergent developers, the extension utilizes a unique approach to transform web pages into text that is easier to read, emphasizing certain parts of words to guide the reader's eyes along the page. This feature is particularly useful for individuals with ADHD, dyslexia, and other neurodiverse conditions that may affect their reading abilities.

One of the challenges for neurodivergent individuals is processing the letters and words on a page. This can be especially difficult when there is a lot of text to read, as the process of scanning each individual letter and word can be time-consuming and exhausting. Hyper Read addresses this issue by highlighting key parts of words that the reader is already familiar with. 

By emphasizing these familiar parts of words, the reader can quickly recognize them without having to scan each letter individually. This can significantly improve readability and comprehension, making it easier for neurodivergent individuals to retain information and stay focused.

Overall, Hyper Read is a game-changing tool for neurodivergent individuals who struggle with reading online content. By emphasizing familiar parts of words, the extension helps to improve readability, comprehension, retention, and focus, making it easier for individuals to engage with and understand online content. The customizable features also allow users to tailor the extension to their specific needs, making it a versatile tool that can be used by a wide range of neurodivergent individuals.                    

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

Όνομα Hyper Read Hyper Read
ID mbjlndilmncbcnpdiidabbgppiolapmg
Επίσημο URL https://chromewebstore.google.com/detail/hyper-read/mbjlndilmncbcnpdiidabbgppiolapmg
Περιγραφή Hyper Read
Μέγεθος Αρχείου 39.64 KB
Αριθμός Εγκαταστάσεων 748
Τρέχουσα Έκδοση 1.1.0
Τελευταία Ενημέρωση 2023-05-01
Ημερομηνία Δημοσίευσης 2023-04-07
Αξιολόγηση 3.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Hyper Read
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hyper Read",
    "action": {
        "default_popup": "popup.html"
    },
    "manifest_version": 3,
    "version": "1.1.0",
    "description": "Hyper Read",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_globs": [
                "chrome:\/\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}