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ファイルをダウンロード

BIONIC Reads拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
            ]
        }
    ]
}