Speed Reader

Improve your reading speed in a blink of an eye

Speed Reader là gì?

Speed Reader là một tiện ích mở rộng Chrome được phát triển bởi gleblerner, và tính năng chính của nó là "Improve your reading speed in a blink of an eye".

Ả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

                        Train yourself to read and adsorb knowledge faster.
This is a Chrome extension that lets you read articles in half or a third of the time it usually takes you. It does this by utilizing a visual technique used by the fastest speed readers in the world.                    

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

Tên Speed Reader Speed Reader
ID fimfkggneehllccpdfmlaahldjblpabg
URL Chính Thức https://chrome.google.com/webstore/detail/speed-reader/fimfkggneehllccpdfmlaahldjblpabg
Mô tả Improve your reading speed in a blink of an eye
Kích Thước Tệp 114 KB
Số Lần Cài Đặt 285
Phiên Bản Hiện Tại 1.8.1
Cập Nhật Lần Cuối 2014-07-14
Ngày Phát Hành 2014-07-14
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển gleblerner
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Speed Reader",
    "version": "1.8.1",
    "description": "Improve your reading speed in a blink of an eye",
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "browser_action": {
        "default_title": "Speed Reader",
        "default_popup": "popup.html",
        "default_icon": "logo.png"
    },
    "permissions": [
        "storage",
        "input",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/*.google.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "selection.js"
            ],
            "css": [
                "mystyle.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "manifest_version": 2
}