Speed Reader

Improve your reading speed up to 4 times.

什麼是Speed Reader?

Speed Reader是由emiliorodriguez開發的Chrome擴展程式,該擴展的主要功能是“Improve your reading speed up to 4 times.”。

擴展截圖

screenshot

下載Speed Reader擴展crx文件

下載Speed Reader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Read faster now! 

With this extension you can read long text in almost no time. You will see an improvement in your reading speed since the minute.

- Average reading speed of an adult: 250 wpm (words per minute)
- Initial reading speed with 'Speed Reader': 300 wpm 
- Reading speed after 3 weeks using 'Speed Reader': 500 wpm

You can set your reading speed at any moment so you could increase it when you feel you are ready to go to the next step.                    

擴展基本資訊

名稱 Speed Reader Speed Reader
ID ilfodmgfnklehinlndjdjbmhndkhiand
官方網址 https://chromewebstore.google.com/detail/speed-reader/ilfodmgfnklehinlndjdjbmhndkhiand
簡介 Improve your reading speed up to 4 times.
檔案大小 14.75 KB
安裝次數 6,269
目前版本 1.0
更新時間 2014-03-03
上架時間 2014-03-03
評分 3.18/5 共 11 次評分
開發者 emiliorodriguez
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Speed Reader",
    "description": "Improve your reading speed up to 4 times.",
    "version": "1.0",
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}