SpeedReader

The easiest way to learn to speed read

SpeedReader là gì?

SpeedReader là một tiện ích mở rộng Chrome được phát triển bởi nicolas.toscano, và tính năng chính của nó là "The easiest way to learn to speed read".

Ả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 SpeedReader

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

                        This extension adds vertical lines to the paragraphs of the current webpage to train speed reading. 
Based on the Tim Ferriss "How to Triple Your Reading Speed in 20 Minutes" video:

 https://www.youtube.com/watch?v=jeOHqI9SqOI                    

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

Tên SpeedReader SpeedReader
ID jigjffjnfiikefbmfcnffbinngepkaik
URL Chính Thức https://chromewebstore.google.com/detail/speedreader/jigjffjnfiikefbmfcnffbinngepkaik
Mô tả The easiest way to learn to speed read
Kích Thước Tệp 91.96 KB
Số Lần Cài Đặt 408
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2015-08-05
Ngày Phát Hành 2015-08-04
Đánh Giá 2.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển nicolas.toscano
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SpeedReader",
    "description": "The easiest way to learn to speed read",
    "version": "2.0",
    "browser_action": {
        "default_icon": "SR.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "app.js"
            ],
            "run_at": "document_idle"
        }
    ]
}