Bionic Reader Mode

A chrome extension add Bionic-style reading to your web pages.

Τι είναι το Bionic Reader Mode;

Το Bionic Reader Mode είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Luthando Mkhwanazi, και η κύρια λειτουργία του είναι "A chrome extension add Bionic-style reading to your web pages.".

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

screenshot
screenshot
screenshot

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

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

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

                        Bionic Reader Mode is an extension that helps users read text better. It randomly bolds letters in a sentence so that users only focus on the bolded part of the word.
Such text has been argued for that is does assist with reading text a lot more better and are able understand the information.                    

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

Όνομα Bionic Reader Mode Bionic Reader Mode
ID epcfhoaaklokfeojekcfjfccadcmdnkl
Επίσημο URL https://chromewebstore.google.com/detail/bionic-reader-mode/epcfhoaaklokfeojekcfjfccadcmdnkl
Περιγραφή A chrome extension add Bionic-style reading to your web pages.
Μέγεθος Αρχείου 20.01 KB
Αριθμός Εγκαταστάσεων 17
Τρέχουσα Έκδοση 1.02
Τελευταία Ενημέρωση 2022-10-27
Ημερομηνία Δημοσίευσης 2022-10-22
Προγραμματιστής Luthando Mkhwanazi
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/luuh16-18/Bionic-Reader-Mode.git
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.02",
    "name": "Bionic Reader Mode",
    "description": "A chrome extension add Bionic-style reading to your web pages.",
    "action": {
        "default_title": "Bionic Reader Mode",
        "default_popup": "popup.html",
        "default_icon": "bionicreader.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "css": [
                "contentScript.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}