Serial Speed Reader

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

Qu'est-ce que Serial Speed Reader ?

Serial Speed Reader est une extension Chrome développée par Sam Larison, et sa fonction principale est "A program that will serially display selected text word by word.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Serial Speed Reader

Téléchargez les fichiers d'extension Serial Speed Reader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Serial Speed Reader Serial Speed Reader
ID clmnbpnfedojoahgmdoohcbgclkcbofa
URL Officiel https://chromewebstore.google.com/detail/serial-speed-reader/clmnbpnfedojoahgmdoohcbgclkcbofa
Description A program that will serially display selected text word by word.
Taille du Fichier 144 KB
Nombre d'Installations 138
Version Actuelle 0.0.1.5
Dernière Mise à Jour 2023-06-19
Date de Publication 2019-09-06
Évaluation 3.17/5 Total 6 Évaluations
Développeur Sam Larison
Email [email protected]
Type de Paiement free
URL de la Page d'Aide http://vidzbigger.com/index.php?v=contact&browserinfo=SerialSpeedReader%0D%0A%0D%0A&BugReportInfo=true
URL de la Page de Politique de Confidentialité http://vidsbee.com/ColorPick/Privacy
Langues Prises en Charge 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"
}