Eye-Read: Enhanced Bionic Reading

Transform ordinary web articles into the enhanced Bionic Reading Variation.

Apa itu Eye-Read: Enhanced Bionic Reading?

Eye-Read: Enhanced Bionic Reading adalah ekstensi Chrome yang dikembangkan oleh cit.nex+usdevs, dan fitur utamanya adalah "Transform ordinary web articles into the enhanced Bionic Reading Variation.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Eye-Read: Enhanced Bionic Reading

Unduh file ekstensi Eye-Read: Enhanced Bionic Reading dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Eye-Read: Enhanced Bionic Reading Eye-Read: Enhanced Bionic Reading
ID ihjligpajdgppchofdnildlhdjbnkpon
URL Resmi https://chromewebstore.google.com/detail/eye-read-enhanced-bionic/ihjligpajdgppchofdnildlhdjbnkpon
Deskripsi Transform ordinary web articles into the enhanced Bionic Reading Variation.
Ukuran File 90.35 KB
Jumlah Instalasi 1,000
Versi Saat Ini 1.3
Terakhir Diperbarui 2022-12-17
Tanggal Publikasi 2022-12-16
Penilaian 4.80/5 Total 10 Penilaian
Pengembang cit.nex+usdevs
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://eye-read.netlify.app/
Bahasa yang Didukung 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"
    ]
}