Serial Speed Reader

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

Τι είναι το Serial Speed Reader;

Το Serial Speed Reader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Sam Larison, και η κύρια λειτουργία του είναι "A program that will serially display selected text word by word.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Serial Speed Reader

Λήψη αρχείων επέκτασης 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
Επίσημο URL 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"
}