BioRead

A chrome extension that enables bionic reading in the current webpage

Τι είναι το BioRead;

Το BioRead είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον rohilsaraf97, και η κύρια λειτουργία του είναι "A chrome extension that enables bionic reading in the current webpage".

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

screenshot

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

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

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

                        In today’s world, where everyone is riddled with a myriad of things to do, it’s difficult to stay focused on any one single task. This calls for discovering new techniques that may help us manage our time more efficiently. A bionic reader is a step forward in this direction. A bionic reading format is a relatively new type of typeface which has proven itself to be beneficial for users with neuro divergent tendencies. It involves bolding the first few letters of a word, thereby making it easier for readers to glide through the text and stay focused. The following work proposes an extension by which, users can seamlessly switch between their original content and the Bionified content of their active webpage and affect efficient reading techniques with in their browser.                    

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

Όνομα BioRead BioRead
ID hijifaccminohbfkdiiikgfipchlmpff
Επίσημο URL https://chromewebstore.google.com/detail/bioread/hijifaccminohbfkdiiikgfipchlmpff
Περιγραφή A chrome extension that enables bionic reading in the current webpage
Μέγεθος Αρχείου 533 KB
Αριθμός Εγκαταστάσεων 243
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2022-08-20
Ημερομηνία Δημοσίευσης 2022-08-20
Προγραμματιστής rohilsaraf97
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BioRead",
    "description": "A chrome extension that enables bionic reading in the current webpage",
    "version": "1.0.0",
    "action": {
        "default_popup": "popup.html",
        "default_title": "This is a Bionic Reader Extension",
        "default_icon": "favicon-16x16.png"
    },
    "icons": {
        "16": "favicon-16x16.png",
        "48": "favicon-32x32.png",
        "128": "favicon-32x32.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ]
}