Kindle Smart Reader
Kindle Smart Reader.
Cos'è Kindle Smart Reader?
Kindle Smart Reader è un'estensione di Chrome sviluppata da Mystic Voltage, e la sua funzione principale è "Kindle Smart Reader.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Kindle Smart Reader
Scarica i file di estensione Kindle Smart Reader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | glocjilifmhjgdlligfiomacjikhhehj |
URL Ufficiale | https://chrome.google.com/webstore/detail/kindle-smart-reader/glocjilifmhjgdlligfiomacjikhhehj |
Descrizione | Kindle Smart Reader. |
Dimensione del File | 585 KB |
Conteggio Installazioni | 1,000 |
Versione Corrente | 0.0.2 |
Ultimo Aggiornamento | 2017-02-07 |
Data di Pubblicazione | 2017-02-07 |
Valutazione | 3.00/5 Totale 6 Valutazioni |
Sviluppatore | Mystic Voltage |
Tipo di Pagamento | free |
Lingue Supportate | 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", " |