Bionic Reading

This extension applies the Bionic Reading method to all text on a page.

Bionic Reading란 무엇입니까?

Bionic Reading은(는) luis.teixeira034에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension applies the Bionic Reading method to all text on a page."입니다.

확장 프로그램 스크린샷

screenshot

Bionic Reading 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Bionic Reading is designed to revolutionize the way you consume text online. It uses a unique method that enhances readability and comprehension by emphasizing core parts of words within the text.

The key features of Bionic Reading include:

Enhanced Comprehension: By bolding the first half of each word, Bionic Reading encourages readers to focus on the fundamental parts of each word, enhancing overall comprehension.

Reduced Eye Strain: Our method of highlighting parts of words can reduce eye strain and fatigue, making for a more comfortable reading experience.

Customized Reading Experience: With the simple click of a button, you can enable or disable Bionic Reading on any webpage you're viewing.

Privacy Focused: The processing is done entirely on your computer - we don't see or store any of the text you read.

Whether you're a student trying to power through dense academic papers, a professional navigating lengthy reports, or an avid reader exploring the vast world of online literature, Bionic Reading can make your reading experience more engaging and efficient.

Try Bionic Reading today and discover a whole new way to engage with text!                    

확장 프로그램 기본 정보

이름 Bionic Reading Bionic Reading
ID jgggbeeolmfddegkkfcidnjeacndgakd
공식 URL https://chromewebstore.google.com/detail/bionic-reading/jgggbeeolmfddegkkfcidnjeacndgakd
설명 This extension applies the Bionic Reading method to all text on a page.
파일 크기 33.39 KB
설치 횟수 1,218
현재 버전 1.0
최근 업데이트 2023-05-16
출시 날짜 2023-05-15
평점 3.40/5 총 5 개의 평점
개발자 luis.teixeira034
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bionic Reading",
    "description": "This extension applies the Bionic Reading method to all text on a page.",
    "version": "1.0",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ]
}