Kindle Smart Reader

Kindle Smart Reader.

Kindle Smart Reader là gì?

Kindle Smart Reader là một tiện ích mở rộng Chrome được phát triển bởi Mystic Voltage, và tính năng chính của nó là "Kindle Smart Reader.".

Ả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 Kindle Smart Reader

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

                        The Kindle Smart Reader allows you to read Amazon Kindle books and ebooks much easier by guiding your eye at the desired speed you want while turning the pages for you. It's a much faster way to read Kindle ebooks and helps keep your mind concentrated and focused.

It's also great for speed readers as you can set your reading speed to any desired reading speed. It is customizable in that you can change the text color, text size, and highlighting color. You can also select how many keywords to highlight at a time.

Another feature is the ability to scan through the entire book at your desired speed. This will help you get an overall idea of the book within minutes. It's called our Quick Scan feature and allows you to page through your books like you would a physical book.                    

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

Tên Kindle Smart Reader Kindle Smart Reader
ID glocjilifmhjgdlligfiomacjikhhehj
URL Chính Thức https://chrome.google.com/webstore/detail/kindle-smart-reader/glocjilifmhjgdlligfiomacjikhhehj
Mô tả Kindle Smart Reader.
Kích Thước Tệp 585 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2017-02-07
Ngày Phát Hành 2017-02-07
Đánh Giá 3.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Mystic Voltage
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",
    "background": {
        "scripts": [
            "jquery.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Kindle Smart Reader Settings"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.min.js",
                "contentscript.js"
            ],
            "matches": [
                "https:\/\/read.amazon.com\/*",
                "https:\/\/ws-na.amazon-adsystem.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Kindle Smart Reader.",
    "manifest_version": 2,
    "name": "Kindle Smart Reader",
    "permissions": [
        "tabs",
        ""
    ],
    "short_name": "Kindle Smart Reader",
    "version": "0.0.2"
}