Serial Speed Reader

A program that will serially display selected text word by word.

什麼是Serial Speed Reader?

Serial Speed Reader是由Sam Larison開發的Chrome擴展程式,該擴展的主要功能是“A program that will serially display selected text word by word.”。

擴展截圖

screenshot
screenshot

下載Serial Speed Reader擴展crx文件

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

擴展使用說明

                        This extension will display the selected text, word by word, so that you can read it without moving your eyeballs.  Not for the faint of heart, but you may adjust the delay between words and the per letter delay to slow down the text display.

You may have to refresh the page when you first install this extension to get it working.  

PLEASE report any bugs or problems.  This is BETA but I would appreciate it that you do not treat it like a finished product until it's done.  I will make improvements.

A unique icon is in the works, sorry about that!                    

擴展基本資訊

名稱 Serial Speed Reader Serial Speed Reader
ID clmnbpnfedojoahgmdoohcbgclkcbofa
官方網址 https://chromewebstore.google.com/detail/serial-speed-reader/clmnbpnfedojoahgmdoohcbgclkcbofa
簡介 A program that will serially display selected text word by word.
檔案大小 144 KB
安裝次數 138
目前版本 0.0.1.5
更新時間 2023-06-19
上架時間 2019-09-06
評分 3.17/5 共 6 次評分
開發者 Sam Larison
電子郵箱 [email protected]
付費類型 free
說明頁面URL http://vidzbigger.com/index.php?v=contact&browserinfo=SerialSpeedReader%0D%0A%0D%0A&BugReportInfo=true
隱私政策頁面URL http://vidsbee.com/ColorPick/Privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "description": "A program that will serially display selected text word by word.",
    "name": "Serial Speed Reader",
    "browser_action": {
        "default_icon": "icon19.png",
        "default_title": "Speed Reader",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "read.user.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "options_page": "options.html",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        ""
    ],
    "version": "0.0.1.5"
}