Bionic Reader - ADHD Aid For Reading

A Chrome extension that makes text on web pages easier to read using bionic reading techniques.

Bionic Reader - ADHD Aid For Readingとは何ですか?

Bionic Reader - ADHD Aid For Readingはkameikristenによって開発されたChromeの拡張機能で、その主な機能は「A Chrome extension that makes text on web pages easier to read using bionic reading techniques.」です。

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

screenshot

Bionic Reader - ADHD Aid For Reading拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Reading just became easier. I'm a 15 year old developer and this extension is to aid people to read faster, clearer, and more efficiently. Give it a shot, leave me feedback and I would love to incorporate anything you suggest.                    

拡張機能の基本情報

名前 Bionic Reader - ADHD Aid For Reading Bionic Reader - ADHD Aid For Reading
ID gjhjbfmlgnceocmlienedfpdeafkbenb
公式URL https://chromewebstore.google.com/detail/bionic-reader-adhd-aid-fo/gjhjbfmlgnceocmlienedfpdeafkbenb
説明 A Chrome extension that makes text on web pages easier to read using bionic reading techniques.
ファイルサイズ 8.76 KB
インストール数 65
現在のバージョン 2.0
最終更新日 2024-01-24
公開日 2023-04-21
開発者 kameikristen
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bionic Reader - ADHD Aid For Reading",
    "version": "2.0",
    "manifest_version": 3,
    "description": "A Chrome extension that makes text on web pages easier to read using bionic reading techniques.",
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab"
    ]
}