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
公式URL 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"
}