Bionic Reader

Faster & Focused Reading.Brain reads fasater than eye,so just a few letters enough to recognize whole word.

Bionic Readerとは何ですか?

Bionic ReaderはNaqiによって開発されたChromeの拡張機能で、その主な機能は「Faster & Focused Reading.Brain reads fasater than eye,so just a few letters enough to recognize whole word.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Bionic Reader拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Bionic Reader is a new way to read text in browser with ease.
This extension automatically converts webpages to the bionic reading format.                    

拡張機能の基本情報

名前 Bionic Reader Bionic Reader
ID oclceohekgaamccklomgokpcamnpfgll
公式URL https://chromewebstore.google.com/detail/bionic-reader/oclceohekgaamccklomgokpcamnpfgll
説明 Faster & Focused Reading.Brain reads fasater than eye,so just a few letters enough to recognize whole word.
ファイルサイズ 244 KB
インストール数 636
現在のバージョン 1.0
最終更新日 2022-06-16
公開日 2022-06-13
評価 5.00/5 合計 3 レビュー
開発者 Naqi
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "default_locale": "en",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "__MSG_extName__",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "css": [
                "src\/inject\/inject.css"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self' ",
        "sandbox": "sandbox allow-scripts; script-src 'self'; object-src 'self'"
    },
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "minimum_chrome_version": "88",
    "permissions": [
        "storage"
    ],
    "short_name": "__MSG_extshortName__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}