Kindle Smart Reader

Kindle Smart Reader.

Co je Kindle Smart Reader?

Kindle Smart Reader je rozšíření Chrome vyvinuté Mystic Voltage, a jeho hlavní funkcí je „Kindle Smart Reader.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Kindle Smart Reader

Stáhněte si soubory rozšíření Kindle Smart Reader ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Kindle Smart Reader Kindle Smart Reader
ID glocjilifmhjgdlligfiomacjikhhehj
Oficiální URL https://chrome.google.com/webstore/detail/kindle-smart-reader/glocjilifmhjgdlligfiomacjikhhehj
Popis Kindle Smart Reader.
Velikost souboru 585 KB
Počet instalací 1,000
Aktuální Verze 0.0.2
Poslední Aktualizace 2017-02-07
Datum Vydání 2017-02-07
Hodnocení 3.00/5 Celkem 6 Hodnocení
Vývojář Mystic Voltage
Typ Platby free
Podporované Jazyky 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"
}