Better Read

Use Better Read to read more quickly and efficiently!

什么是Better Read?

Better Read是由https://devanshu.xyz开发的Chrome扩展程序,该扩展的主要功能是“Use Better Read to read more quickly and efficiently!”。

扩展截图

screenshot
screenshot

下载Better Read扩展crx文件

下载Better Read扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Enhance Your Web Reading Experience!

Better Read bolds the first half of words on webpages. This emphasizes beginnings, boosting reading speed and focus, guiding you through content efficiently.

Control your experience with adjustable settings. Choose boldness for your comfort and pace. Pick word spacing - seamless or gapped - refining comprehension and speed. You can even personalize text color to suit your taste.

1. Quicker Reading: Bolded starts hasten text scanning, enhancing reading speed.
2. Tailored Experience: Adjust boldness, spacing, and text color to your style.
3. Accessibility: Beneficial for speed and reading challenges.
4. Effortless Integration: Enhances all pages without manual activation.

Unleash accelerated reading with Better Read. Install now for an elevated reading experience!                    

扩展基本信息

名称 Better Read Better Read
ID cljjkfaholaoekimkjjnnnppojmdcacc
官方URL https://chromewebstore.google.com/detail/better-read/cljjkfaholaoekimkjjnnnppojmdcacc
简介 Use Better Read to read more quickly and efficiently!
文件大小 13.28 KB
安装次数 94
当前版本 0.0.0.2
更新时间 2023-09-17
上架时间 2023-06-12
评分 5.00/5 共6次评分
开发者 https://devanshu.xyz
电子邮箱 [email protected]
付费类型 free
扩展官网 https://devanshu.xyz/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Better Read",
    "description": "Use Better Read to read more quickly and efficiently!",
    "author": "Devanshu Sen Pandey",
    "version": "0.0.0.2",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Better Read"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "contentStyles.css"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}