Reading Speed Test

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

Reading Speed Test là gì?

Reading Speed Test là một tiện ích mở rộng Chrome được phát triển bởi Datea, và tính năng chính của nó là "This extension lets you measure your reading speed on any web text.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Reading Speed Test

Tải xuống các tệp mở rộng Reading Speed Test dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Reading Speed Test Reading Speed Test
ID pbnohmlbddmojbdpbejmdbhphfilofog
URL Chính Thức https://chromewebstore.google.com/detail/reading-speed-test/pbnohmlbddmojbdpbejmdbhphfilofog
Mô tả This extension lets you measure your reading speed on any web text.
Kích Thước Tệp 21.73 KB
Số Lần Cài Đặt 63
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-01-01
Ngày Phát Hành 2017-01-01
Đánh Giá 4.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Datea
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}