SpeedRead - ADHD Bionic Reader

Enhance your reading experience with SpeedRead - ADHD Bionic Reader! Highlight the first half of each word to improve comprehension!

Τι είναι το SpeedRead - ADHD Bionic Reader;

Το SpeedRead - ADHD Bionic Reader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Alundor, και η κύρια λειτουργία του είναι "Enhance your reading experience with SpeedRead - ADHD Bionic Reader! Highlight the first half of each word to improve comprehension!".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης SpeedRead - ADHD Bionic Reader

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

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

                        SpeedRead - ADHD Bionic Reader is a powerful browser extension that allows you to enhance your reading experience on any website. With our innovative bionic reading technology, you can easily highlight the first half of each word on any text, making it easier to identify and understand important information.

With customizable options that allow you to exclude specific websites, SpeedRead - Word Highlighter puts you in control of your browsing experience. Our minimalist and user-friendly design ensures that you can focus on what really matters: the content.

Whether you're a student, professional, or casual reader, SpeedRead - Word Highlighter is the perfect tool to help you improve your reading speed and comprehension. Try it out today and see how it can transform the way you read!                    

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

Όνομα SpeedRead - ADHD Bionic Reader SpeedRead - ADHD Bionic Reader
ID iamogajhoidkkimhkjoonfjmneicgfmc
Επίσημο URL https://chromewebstore.google.com/detail/speedread-adhd-bionic-rea/iamogajhoidkkimhkjoonfjmneicgfmc
Περιγραφή Enhance your reading experience with SpeedRead - ADHD Bionic Reader! Highlight the first half of each word to improve comprehension!
Μέγεθος Αρχείου 23.5 KB
Αριθμός Εγκαταστάσεων 2,221
Τρέχουσα Έκδοση 1.5
Τελευταία Ενημέρωση 2023-12-05
Ημερομηνία Δημοσίευσης 2023-03-30
Αξιολόγηση 3.90/5 Συνολικά 10 Αξιολογήσεις
Προγραμματιστής Alundor
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SpeedRead - ADHD Bionic Reader",
    "version": "1.5",
    "description": "Enhance your reading experience with SpeedRead - ADHD Bionic Reader! Highlight the first half of each word to improve comprehension!",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "action": {
        "default_popup": "options.html",
        "default_icon": {
            "48": "icon48.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "options_page": "options.html"
}