Rapid Reader

Rapid Reader Extension

Rapid Readerとは何ですか?

Rapid ReaderはElmatsidis Paulによって開発されたChromeの拡張機能で、その主な機能は「Rapid Reader Extension」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        This extension will let you transform any webpage to Bionic Reading, with the click of a button.

Features:
- Translate any page to Bionic Reading
- Configurable word fixation
- Works with PDF (in browser)

Roadmap for next release:
- Configurable font (size), letter spacing, coloring, etc.
- Exporting
- AI Text summary

Whether you're a student, professional, teacher or just looking to increase your reading speed, Rapid Read is a very good tool for you.

Made with Love.                    

拡張機能の基本情報

名前 Rapid Reader Rapid Reader
ID aaeodcepilolcnmcndhbblcmfnapkbdi
公式URL https://chromewebstore.google.com/detail/rapid-reader/aaeodcepilolcnmcndhbblcmfnapkbdi
説明 Rapid Reader Extension
ファイルサイズ 302 KB
インストール数 51
現在のバージョン 1.1.0
最終更新日 2023-05-02
公開日 2023-04-19
評価 4.67/5 合計 3 レビュー
開発者 Elmatsidis Paul
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rapid Reader",
    "description": "Rapid Reader Extension",
    "version": "1.1.0",
    "manifest_version": 3,
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Rapid Reader",
        "default_icon": "icon.png"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}