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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}