Speed Reader
Highlight text and read it through a speed-reader widget
Wat is Speed Reader?
Speed Reader is een Chrome-extensie ontwikkeld door keithmgould, en de belangrijkste functie is "Highlight text and read it through a speed-reader widget".
Extensie Screenshots
Download het CRX-bestand van de extensie Speed Reader
Download Speed Reader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Most (80%) of your reading time is used to physically move your eyeballs. This Chrome extension takes your block of selected text and presents it to you one word at a time. This eliminates eye movement, drastically speeding up your reading time. In the screenshot, you can see how the extension works: 1) Select a block of text 2) Click on the 'eye' icon at the upper right hand corner of your browser 3) Set a speed (automatically saved for next time) 4) Hit Start 5) Read Very Quickly :)
Basisinformatie over de Extensie
Naam | |
ID | lpjokkihnnennblbchdhmpkmapbdkinb |
Officiële URL | https://chrome.google.com/webstore/detail/speed-reader/lpjokkihnnennblbchdhmpkmapbdkinb |
Beschrijving | Highlight text and read it through a speed-reader widget |
Bestandsgrootte | 119 KB |
Aantal Installaties | 62 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2014-03-02 |
Publicatiedatum | 2014-03-02 |
Beoordeling | 2.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | keithmgould |
Betalingswijze | free |
Extensiewebsite | https://github.com/keithmgould/speedreader-chrome-extension |
Help Pagina-URL | https://github.com/keithmgould/speedreader-chrome-extension |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Speed Reader", "description": "Highlight text and read it through a speed-reader widget", "version": "0.2", "browser_action": { "default_icon": "images\/eye16.png", "default_title": "Yay Speed Reader" }, "icons": { "128": "images\/eye128.png", "48": "images\/eye48.png", "16": "images\/eye16.png" }, "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ " |