BioRead

A chrome extension that enables bionic reading in the current webpage

BioRead란 무엇입니까?

BioRead은(는) rohilsaraf97에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A chrome extension that enables bionic reading in the current webpage"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        In today’s world, where everyone is riddled with a myriad of things to do, it’s difficult to stay focused on any one single task. This calls for discovering new techniques that may help us manage our time more efficiently. A bionic reader is a step forward in this direction. A bionic reading format is a relatively new type of typeface which has proven itself to be beneficial for users with neuro divergent tendencies. It involves bolding the first few letters of a word, thereby making it easier for readers to glide through the text and stay focused. The following work proposes an extension by which, users can seamlessly switch between their original content and the Bionified content of their active webpage and affect efficient reading techniques with in their browser.                    

확장 프로그램 기본 정보

이름 BioRead BioRead
ID hijifaccminohbfkdiiikgfipchlmpff
공식 URL https://chromewebstore.google.com/detail/bioread/hijifaccminohbfkdiiikgfipchlmpff
설명 A chrome extension that enables bionic reading in the current webpage
파일 크기 533 KB
설치 횟수 243
현재 버전 1.0.0
최근 업데이트 2022-08-20
출시 날짜 2022-08-20
개발자 rohilsaraf97
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BioRead",
    "description": "A chrome extension that enables bionic reading in the current webpage",
    "version": "1.0.0",
    "action": {
        "default_popup": "popup.html",
        "default_title": "This is a Bionic Reader Extension",
        "default_icon": "favicon-16x16.png"
    },
    "icons": {
        "16": "favicon-16x16.png",
        "48": "favicon-32x32.png",
        "128": "favicon-32x32.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ]
}