BIONIC Reads

Next Gen. Reading experience, 5-10X Fast, Effortless and Distraction free

BIONIC Reads란 무엇입니까?

BIONIC Reads은(는) Umar Javed에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Next Gen. Reading experience, 5-10X Fast, Effortless and Distraction free"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Did you know that your Brain reads faster than your eyes? 🧠

Curious? Just look here https://www.bionicreads.com/

Bionic Reader, a first choice of Smart People to save time
1. 6x - 10x faster plus EFFORT LESS reading, an experience we never had before ⚡
2. this NEXT GEN. technology will save at least 60% of our reading time 🕑
3. increase Focus while reading
4. and a also life changer for dyslexics

How to use ?
Step 1
Install the chrome extension Now and pin it!

Step 2
Paste the activation code into extension, that you will receive in your email

Step 3
ACTIVATED!! Welcome to a Wholesome new Reading Experience!


Let's make it the Best Reading Tool TOGETHER 💪


Bionic Read
Bionic Reader
Bionic Reading                    

확장 프로그램 기본 정보

이름 BIONIC Reads BIONIC Reads
ID cmgbhilenphccembeijmdccogelmcngf
공식 URL https://chromewebstore.google.com/detail/bionic-reads/cmgbhilenphccembeijmdccogelmcngf
설명 Next Gen. Reading experience, 5-10X Fast, Effortless and Distraction free
파일 크기 23.22 KB
설치 횟수 51
현재 버전 1.0.0
최근 업데이트 2022-05-25
출시 날짜 2022-05-23
평점 5.00/5 총 1 개의 평점
개발자 Umar Javed
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://www.bionicreads.com/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BIONIC Reads",
    "description": "Next Gen. Reading experience, 5-10X Fast, Effortless and Distraction free",
    "version": "1.0.0",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "\/assets\/16_a.png",
            "32": "\/assets\/32_a.png",
            "48": "\/assets\/48_a.png",
            "128": "\/assets\/128_a.png"
        }
    },
    "icons": {
        "16": "\/assets\/16_a.png",
        "32": "\/assets\/32_a.png",
        "48": "\/assets\/48_a.png",
        "128": "\/assets\/128_a.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content-script.css"
            ],
            "run_at": "document_end",
            "js": [
                "content-script.js"
            ]
        }
    ]
}