SpeedRead - ADHD Bionic Reader

Enhance your reading experience with SpeedRead - ADHD Bionic Reader! Highlight the first half of each word to improve comprehension!

SpeedRead - ADHD Bionic Readerとは何ですか?

SpeedRead - ADHD Bionic ReaderはAlundorによって開発されたChromeの拡張機能で、その主な機能は「Enhance your reading experience with SpeedRead - ADHD Bionic Reader! Highlight the first half of each word to improve comprehension!」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        SpeedRead - ADHD Bionic Reader is a powerful browser extension that allows you to enhance your reading experience on any website. With our innovative bionic reading technology, you can easily highlight the first half of each word on any text, making it easier to identify and understand important information.

With customizable options that allow you to exclude specific websites, SpeedRead - Word Highlighter puts you in control of your browsing experience. Our minimalist and user-friendly design ensures that you can focus on what really matters: the content.

Whether you're a student, professional, or casual reader, SpeedRead - Word Highlighter is the perfect tool to help you improve your reading speed and comprehension. Try it out today and see how it can transform the way you read!                    

拡張機能の基本情報

名前 SpeedRead - ADHD Bionic Reader SpeedRead - ADHD Bionic Reader
ID iamogajhoidkkimhkjoonfjmneicgfmc
公式URL https://chromewebstore.google.com/detail/speedread-adhd-bionic-rea/iamogajhoidkkimhkjoonfjmneicgfmc
説明 Enhance your reading experience with SpeedRead - ADHD Bionic Reader! Highlight the first half of each word to improve comprehension!
ファイルサイズ 23.5 KB
インストール数 2,221
現在のバージョン 1.5
最終更新日 2023-12-05
公開日 2023-03-30
評価 3.90/5 合計 10 レビュー
開発者 Alundor
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SpeedRead - ADHD Bionic Reader",
    "version": "1.5",
    "description": "Enhance your reading experience with SpeedRead - ADHD Bionic Reader! Highlight the first half of each word to improve comprehension!",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "action": {
        "default_popup": "options.html",
        "default_icon": {
            "48": "icon48.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "options_page": "options.html"
}