Eye-Read: Enhanced Bionic Reading

Transform ordinary web articles into the enhanced Bionic Reading Variation.

Wat is Eye-Read: Enhanced Bionic Reading?

Eye-Read: Enhanced Bionic Reading is een Chrome-extensie ontwikkeld door cit.nex+usdevs, en de belangrijkste functie is "Transform ordinary web articles into the enhanced Bionic Reading Variation.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Eye-Read: Enhanced Bionic Reading

Download Eye-Read: Enhanced Bionic Reading-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Eye-Read: Enhanced Bionic Reading Eye-Read: Enhanced Bionic Reading
ID ihjligpajdgppchofdnildlhdjbnkpon
Officiële URL https://chromewebstore.google.com/detail/eye-read-enhanced-bionic/ihjligpajdgppchofdnildlhdjbnkpon
Beschrijving Transform ordinary web articles into the enhanced Bionic Reading Variation.
Bestandsgrootte 90.35 KB
Aantal Installaties 1,000
Huidige Versie 1.3
Laatst Bijgewerkt 2022-12-17
Publicatiedatum 2022-12-16
Beoordeling 4.80/5 Totaal 10 Beoordelingen
Ontwikkelaar cit.nex+usdevs
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://eye-read.netlify.app/
Ondersteunde Talen 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"
    ]
}