Speed Reader

Improve your reading speed up to 4 times.

Speed Reader là gì?

Speed Reader là một tiện ích mở rộng Chrome được phát triển bởi emiliorodriguez, và tính năng chính của nó là "Improve your reading speed up to 4 times.".

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

screenshot

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

Tải xuống các tệp mở rộng Speed Reader 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

                        Read faster now! 

With this extension you can read long text in almost no time. You will see an improvement in your reading speed since the minute.

- Average reading speed of an adult: 250 wpm (words per minute)
- Initial reading speed with 'Speed Reader': 300 wpm 
- Reading speed after 3 weeks using 'Speed Reader': 500 wpm

You can set your reading speed at any moment so you could increase it when you feel you are ready to go to the next step.                    

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

Tên Speed Reader Speed Reader
ID ilfodmgfnklehinlndjdjbmhndkhiand
URL Chính Thức https://chromewebstore.google.com/detail/speed-reader/ilfodmgfnklehinlndjdjbmhndkhiand
Mô tả Improve your reading speed up to 4 times.
Kích Thước Tệp 14.75 KB
Số Lần Cài Đặt 6,269
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2014-03-03
Ngày Phát Hành 2014-03-03
Đánh Giá 3.18/5 Tổng số 11 Đánh Giá
Nhà Phát Triển emiliorodriguez
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": "Speed Reader",
    "description": "Improve your reading speed up to 4 times.",
    "version": "1.0",
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}