Eye-Read: Enhanced Bionic Reading

Transform ordinary web articles into the enhanced Bionic Reading Variation.

What is Eye-Read: Enhanced Bionic Reading?

Eye-Read: Enhanced Bionic Reading is a Chrome extension developed by cit.nex+usdevs, and its main feature is "Transform ordinary web articles into the enhanced Bionic Reading Variation.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Eye-Read: Enhanced Bionic Reading Extension CRX File

Download Eye-Read: Enhanced Bionic Reading extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Eye-Read: Enhanced Bionic Reading Eye-Read: Enhanced Bionic Reading
ID ihjligpajdgppchofdnildlhdjbnkpon
Official URL https://chromewebstore.google.com/detail/eye-read-enhanced-bionic/ihjligpajdgppchofdnildlhdjbnkpon
Description Transform ordinary web articles into the enhanced Bionic Reading Variation.
File Size 90.35 KB
Installation Count 1,000
Current Version 1.3
Last Updated 2022-12-17
Publish Date 2022-12-16
Rating 4.80/5 Total 10 Ratings
Developer cit.nex+usdevs
Email [email protected]
Payment Type free
Extension Website https://eye-read.netlify.app/
Supported Languages 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"
    ]
}