Screen Reader for Google Chrome
This extension provides aid for the visually impaired people.
Τι είναι το Screen Reader for Google Chrome;
Το Screen Reader for Google Chrome είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Pawel Psztyc, και η κύρια λειτουργία του είναι "This extension provides aid for the visually impaired people.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Screen Reader for Google Chrome
Λήψη αρχείων επέκτασης Screen Reader for Google Chrome σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
The extensions allow you to click on a text on a web page to read it aloud using the built-in text-to-speech (TTS) service. You can configure which TTS service to use by clicking on the extension's icon and selecting your favorite voice from the configuration dialog. It is a Google Hackathon 2012 in Warsaw, Poland, Chrome extension. Each operating system has a text-to-speech service, so consider using them first. If you need a new feature or spot an issue, you can report it on my GitHub page. I will respond as soon as possible. Remember that it is a side project, and I may have other priorities. But I will try to help as much as I can.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Screen Reader for Google Chrome |
ID | nddfhonnmhcldcbmhbdldfpkbfpgjoeh |
Επίσημο URL | https://chromewebstore.google.com/detail/screen-reader-for-google/nddfhonnmhcldcbmhbdldfpkbfpgjoeh |
Περιγραφή | This extension provides aid for the visually impaired people. |
Μέγεθος Αρχείου | 195 KB |
Αριθμός Εγκαταστάσεων | 10,222 |
Τρέχουσα Έκδοση | 0.8.0 |
Τελευταία Ενημέρωση | 2023-12-12 |
Ημερομηνία Δημοσίευσης | 2015-01-08 |
Αξιολόγηση | 2.32/5 Συνολικά 53 Αξιολογήσεις |
Προγραμματιστής | Pawel Psztyc |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://docs.google.com/document/d/17TsJl75HnVp7m970j_8bbWJD-2vvg7_MqEtHkp-k1mM/edit?usp=sharing |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Screen Reader for Google Chrome", "short_name": "Screen Reader", "version": "0.8.0", "manifest_version": 3, "description": "This extension provides aid for the visually impaired people.", "default_locale": "en", "minimum_chrome_version": "120", "icons": { "32": "img\/32x32-on.png", "48": "img\/48x48-on.png", "128": "img\/128x128-on.png" }, "background": { "service_worker": "src\/worker.js", "type": "module" }, "permissions": [ "storage", "tts" ], "content_scripts": [ { "matches": [ " |