Eye-Read: Enhanced Bionic Reading

Transform ordinary web articles into the enhanced Bionic Reading Variation.

Qu'est-ce que Eye-Read: Enhanced Bionic Reading ?

Eye-Read: Enhanced Bionic Reading est une extension Chrome développée par cit.nex+usdevs, et sa fonction principale est "Transform ordinary web articles into the enhanced Bionic Reading Variation.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Eye-Read: Enhanced Bionic Reading

Téléchargez les fichiers d'extension Eye-Read: Enhanced Bionic Reading au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        This extension is an initiative of a group of four students from College of Information Technology, Don Mariano Marcos Memorial State University Mid-La Union Campus Batch 2023 from the Philippines. It aims to become an enhancement to existing bionic reading extensions by adding features that will help in improving the reading literacy of the users. It will efficiently help readers to enhance and modify web elements according to their preferences, which improves reading literacy and develops a better environment in digital reading. It is still on the process of development and continuous improvement.                    

Informations de Base sur l'Extension

Nom Eye-Read: Enhanced Bionic Reading Eye-Read: Enhanced Bionic Reading
ID ihjligpajdgppchofdnildlhdjbnkpon
URL Officiel https://chromewebstore.google.com/detail/eye-read-enhanced-bionic/ihjligpajdgppchofdnildlhdjbnkpon
Description Transform ordinary web articles into the enhanced Bionic Reading Variation.
Taille du Fichier 90.35 KB
Nombre d'Installations 1,000
Version Actuelle 1.3
Dernière Mise à Jour 2022-12-17
Date de Publication 2022-12-16
Évaluation 4.80/5 Total 10 Évaluations
Développeur cit.nex+usdevs
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://eye-read.netlify.app/
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Eye-Read: Enhanced Bionic Reading",
    "version": "1.3",
    "description": "Transform ordinary web articles into the enhanced Bionic Reading Variation.",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "eventPage.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "scripting",
        "tts",
        "contextMenus"
    ]
}