Eye-Read: Enhanced Bionic Reading

Transform ordinary web articles into the enhanced Bionic Reading Variation.

Hvad er Eye-Read: Enhanced Bionic Reading?

Eye-Read: Enhanced Bionic Reading er en Chrome-udvidelse udviklet af cit.nex+usdevs, og dens hovedfunktion er "Transform ordinary web articles into the enhanced Bionic Reading Variation.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Eye-Read: Enhanced Bionic Reading-udvidelses-CRX-fil

Download Eye-Read: Enhanced Bionic Reading-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Eye-Read: Enhanced Bionic Reading Eye-Read: Enhanced Bionic Reading
ID ihjligpajdgppchofdnildlhdjbnkpon
Officiel URL https://chromewebstore.google.com/detail/eye-read-enhanced-bionic/ihjligpajdgppchofdnildlhdjbnkpon
Beskrivelse Transform ordinary web articles into the enhanced Bionic Reading Variation.
Filstørrelse 90.35 KB
Antal Installationer 1,000
Nuværende Version 1.3
Senest Opdateret 2022-12-17
Udgivelsesdato 2022-12-16
Bedømmelse 4.80/5 Samlet 10 Bedømmelser
Udvikler cit.nex+usdevs
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://eye-read.netlify.app/
Understøttede Sprog 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"
    ]
}