Eye-Read: Enhanced Bionic Reading

Transform ordinary web articles into the enhanced Bionic Reading Variation.

什么是Eye-Read: Enhanced Bionic Reading?

Eye-Read: Enhanced Bionic Reading是由cit.nex+usdevs开发的Chrome扩展程序,该扩展的主要功能是“Transform ordinary web articles into the enhanced Bionic Reading Variation.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Eye-Read: Enhanced Bionic Reading扩展crx文件

下载Eye-Read: Enhanced Bionic Reading扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Eye-Read: Enhanced Bionic Reading Eye-Read: Enhanced Bionic Reading
ID ihjligpajdgppchofdnildlhdjbnkpon
官方URL https://chromewebstore.google.com/detail/eye-read-enhanced-bionic/ihjligpajdgppchofdnildlhdjbnkpon
简介 Transform ordinary web articles into the enhanced Bionic Reading Variation.
文件大小 90.35 KB
安装次数 1,000
当前版本 1.3
更新时间 2022-12-17
上架时间 2022-12-16
评分 4.80/5 共10次评分
开发者 cit.nex+usdevs
电子邮箱 [email protected]
付费类型 free
扩展官网 https://eye-read.netlify.app/
支持的语言 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"
    ]
}