SpeedReader
The easiest way to learn to speed read
什麼是SpeedReader?
SpeedReader是由nicolas.toscano開發的Chrome擴展程式,該擴展的主要功能是“The easiest way to learn to speed read”。
擴展截圖
下載SpeedReader擴展crx文件
下載SpeedReader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension adds vertical lines to the paragraphs of the current webpage to train speed reading. Based on the Tim Ferriss "How to Triple Your Reading Speed in 20 Minutes" video: https://www.youtube.com/watch?v=jeOHqI9SqOI
擴展基本資訊
名稱 | SpeedReader |
ID | jigjffjnfiikefbmfcnffbinngepkaik |
官方網址 | https://chromewebstore.google.com/detail/speedreader/jigjffjnfiikefbmfcnffbinngepkaik |
簡介 | The easiest way to learn to speed read |
檔案大小 | 91.96 KB |
安裝次數 | 408 |
目前版本 | 2.0 |
更新時間 | 2015-08-05 |
上架時間 | 2015-08-04 |
評分 | 2.67/5 共 3 次評分 |
開發者 | nicolas.toscano |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SpeedReader", "description": "The easiest way to learn to speed read", "version": "2.0", "browser_action": { "default_icon": "SR.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "app.js" ], "run_at": "document_idle" } ] } |