Reading Speed Test

This extension lets you measure your reading speed on any web text.

什么是Reading Speed Test?

Reading Speed Test是由Datea开发的Chrome扩展程序,该扩展的主要功能是“This extension lets you measure your reading speed on any web text.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Reading Speed Test扩展crx文件

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

扩展使用说明

                        Measure your reading speed on any website text you want. 

Easy to use, just select a text, right click on the selection with your mouse and from the menu choose "Reading Speed Test", then read the text and click Done when finished. You will see your results next to the Done button.

See the visual step by step guide in the attached pictures.                    

扩展基本信息

名称 Reading Speed Test Reading Speed Test
ID pbnohmlbddmojbdpbejmdbhphfilofog
官方URL https://chromewebstore.google.com/detail/reading-speed-test/pbnohmlbddmojbdpbejmdbhphfilofog
简介 This extension lets you measure your reading speed on any web text.
文件大小 21.73 KB
安装次数 63
当前版本 1.0
更新时间 2017-01-01
上架时间 2017-01-01
评分 4.00/5 共2次评分
开发者 Datea
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reading Speed Test",
    "description": "This extension lets you measure your reading speed on any web text.",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icon_wip10_19.png",
            "38": "icon_wip10_38.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon_wip10_16.png",
        "32": "icon_wip10_32.png",
        "64": "icon_wip10_64.png",
        "128": "icon_wip10_128.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "web_accessible_resources": [
        "close_16.png"
    ]
}