Eye-Read: Enhanced Bionic Reading

Transform ordinary web articles into the enhanced Bionic Reading Variation.

Co to jest Eye-Read: Enhanced Bionic Reading?

Eye-Read: Enhanced Bionic Reading to rozszerzenie Chrome opracowane przez cit.nex+usdevs, a jego główną funkcją jest „Transform ordinary web articles into the enhanced Bionic Reading Variation.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Eye-Read: Enhanced Bionic Reading

Pobierz pliki rozszerzeń Eye-Read: Enhanced Bionic Reading w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Eye-Read: Enhanced Bionic Reading Eye-Read: Enhanced Bionic Reading
ID ihjligpajdgppchofdnildlhdjbnkpon
Oficjalny URL https://chromewebstore.google.com/detail/eye-read-enhanced-bionic/ihjligpajdgppchofdnildlhdjbnkpon
Opis Transform ordinary web articles into the enhanced Bionic Reading Variation.
Rozmiar pliku 90.35 KB
Liczba instalacji 1,000
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2022-12-17
Data Publikacji 2022-12-16
Ocena 4.80/5 Łącznie 10 Oceny
Deweloper cit.nex+usdevs
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://eye-read.netlify.app/
Obsługiwane Języki 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"
    ]
}