Read fast - Speed Reading Extension

A beautiful speed reading extension

什么是Read fast - Speed Reading Extension?

Read fast - Speed Reading Extension是由MJ Code开发的Chrome扩展程序,该扩展的主要功能是“A beautiful speed reading extension”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Read fast - Speed Reading Extension扩展crx文件

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

扩展使用说明

                        Want to improve your reading speed?

1- Select some text on the webpage
2- Click on the "R" icon

And here you go, ready to rock =)

---------------------------------

WHAT'S NEW

Version 0.9.7
- Upgrade to Manifest V3

Version 0.9.5
- Minor changes

Version 0.9.4
- Added a new shortcut, Backspace, to go back to start.
- Added some tips on the options page that may improve your reading experience.
- Fixed an issue caused by the spacebar key.

Version 0.9.3
- A link to the options page has been added
- A loading animation has been added
- Fixed a couple of bugs caused by the spacebar key

Version 0.9.2
- Read fast should now work properly on every website (note that it doesn't work on pdf files)

Version 0.9.1
- Possibility to set the delay before the reading starts (on the options page)
- Performance improvement                    

扩展基本信息

名称 Read fast - Speed Reading Extension Read fast - Speed Reading Extension
ID pnffahcjemjliibgcafjpklgmbeknldi
官方URL https://chromewebstore.google.com/detail/read-fast-speed-reading-e/pnffahcjemjliibgcafjpklgmbeknldi
简介 A beautiful speed reading extension
文件大小 356 KB
安装次数 5,715
当前版本 0.9.7
更新时间 2022-03-14
上架时间 2013-11-03
评分 4.20/5 共49次评分
开发者 MJ Code
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.9.7",
    "name": "Read fast - Speed Reading Extension",
    "description": "A beautiful speed reading extension",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon.png",
        "48": "icon.png"
    },
    "options_page": "options.html",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "assets\/scripts\/page.js"
            ]
        }
    ]
}