Focus Reader

A variety of tools to improve text readability and comprehension.

Focus Readerとは何ですか?

Focus Readerはeffiegguentherによって開発されたChromeの拡張機能で、その主な機能は「A variety of tools to improve text readability and comprehension.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Focus Reader is a chrome extension that lets the user reformat the text on any webpage. These reformatting tools can improve reading speed and focus for everyone, but they are specifically designed to combat challenges of ADD/ADHD and dyslexia. 

Tool #1: Bionic Reading

Bionic Reading is a new method facilitating the reading process by guiding the eyes through text with artificial fixation points. As a result, the reader is only focusing on the highlighted initial letters and lets the brain center complete the word. The user can click a switch which reformats larger blocks of text on the website to Bionic Reading.

Tool #2: Easy to read fonts

Some webpages might be in hard to read fonts. This tool lets the user select a famously easy to read font - Arial, Helvetica, or Comic Sans MS - from a drop down menu.


Tool #3/4: Adjust letter and line spacing

These + and - buttons allow the user to adjust the spacing between letters and lines on the webpage. There is no maximum, but there is a minimum for each which prevents the user from making the text completely unreadable.                    

拡張機能の基本情報

名前 Focus Reader Focus Reader
ID djjnfjnonjmmhphcajhljpkoccaljjjl
公式URL https://chromewebstore.google.com/detail/focus-reader/djjnfjnonjmmhphcajhljpkoccaljjjl
説明 A variety of tools to improve text readability and comprehension.
ファイルサイズ 7.94 KB
インストール数 410
現在のバージョン 1.0
最終更新日 2023-05-17
公開日 2023-05-17
評価 5.00/5 合計 3 レビュー
開発者 effiegguenther
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Focus Reader",
    "version": "1.0",
    "author": "effieguenther",
    "action": {
        "default_icon": {
            "30": "images\/icons8-font-size-30.png"
        },
        "default_popup": "popup.html",
        "scripts": [
            "popup.js"
        ],
        "default_title": "Focus Reader"
    },
    "description": "A variety of tools to improve text readability and comprehension.",
    "permissions": [
        "activeTab",
        "storage",
        "scripting",
        "chrome:\/\/*\/*",
        "chrome-extension:\/\/*\/*"
    ]
}