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
官方網址 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"
    ]
}