Kindle Smart Reader

Kindle Smart Reader.

什麼是Kindle Smart Reader?

Kindle Smart Reader是由Mystic Voltage開發的Chrome擴展程式,該擴展的主要功能是“Kindle Smart Reader.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Kindle Smart Reader擴展crx文件

下載Kindle Smart Reader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Kindle Smart Reader Kindle Smart Reader
ID glocjilifmhjgdlligfiomacjikhhehj
官方網址 https://chrome.google.com/webstore/detail/kindle-smart-reader/glocjilifmhjgdlligfiomacjikhhehj
簡介 Kindle Smart Reader.
檔案大小 585 KB
安裝次數 1,000
目前版本 0.0.2
更新時間 2017-02-07
上架時間 2017-02-07
評分 3.00/5 共 6 次評分
開發者 Mystic Voltage
付費類型 free
支援的語言 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"
}