Eye-Read: Enhanced Bionic Reading

Transform ordinary web articles into the enhanced Bionic Reading Variation.

Was ist Eye-Read: Enhanced Bionic Reading?

Eye-Read: Enhanced Bionic Reading ist eine Chrome-Erweiterung, die von cit.nex+usdevs entwickelt wurde, und ihr Hauptmerkmal ist "Transform ordinary web articles into the enhanced Bionic Reading Variation.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Eye-Read: Enhanced Bionic Reading-Erweiterungs-CRX-Datei herunterladen

Laden Sie Eye-Read: Enhanced Bionic Reading-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Eye-Read: Enhanced Bionic Reading Eye-Read: Enhanced Bionic Reading
ID ihjligpajdgppchofdnildlhdjbnkpon
Offizielle URL https://chromewebstore.google.com/detail/eye-read-enhanced-bionic/ihjligpajdgppchofdnildlhdjbnkpon
Beschreibung Transform ordinary web articles into the enhanced Bionic Reading Variation.
Dateigröße 90.35 KB
Installationsanzahl 1,000
Aktuelle Version 1.3
Letztes Update 2022-12-17
Veröffentlichungsdatum 2022-12-16
Bewertung 4.80/5 Insgesamt 10 Bewertungen
Entwickler cit.nex+usdevs
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://eye-read.netlify.app/
Unterstützte Sprachen 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"
    ]
}