Speed Reader
Highlight text and read it through a speed-reader widget
Vad är Speed Reader?
Speed Reader är en Chrome-tillägg utvecklad av keithmgould, och dess huvudfunktion är "Highlight text and read it through a speed-reader widget".
Tilläggsskärmbilder
Ladda ner Speed Reader-förlängningens CRX-fil
Ladda ner Speed Reader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 :)
Grundläggande Information om Tillägg
Namn | |
ID | lpjokkihnnennblbchdhmpkmapbdkinb |
Officiell webbadress | https://chrome.google.com/webstore/detail/speed-reader/lpjokkihnnennblbchdhmpkmapbdkinb |
Beskrivning | Highlight text and read it through a speed-reader widget |
Filstorlek | 119 KB |
Antal Installationer | 62 |
Aktuell Version | 0.2 |
Senast Uppdaterad | 2014-03-02 |
Publiceringsdatum | 2014-03-02 |
Betyg | 2.00/5 Totalt 3 Betyg |
Utvecklare | keithmgould |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/keithmgould/speedreader-chrome-extension |
Hjälpsida URL | https://github.com/keithmgould/speedreader-chrome-extension |
Stödda Språk | 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": [ " |