Screen Reader for Google Chrome
This extension provides aid for the visually impaired people.
Cos'è Screen Reader for Google Chrome?
Screen Reader for Google Chrome è un'estensione di Chrome sviluppata da Pawel Psztyc, e la sua funzione principale è "This extension provides aid for the visually impaired people.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Screen Reader for Google Chrome
Scarica i file di estensione Screen Reader for Google Chrome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | nddfhonnmhcldcbmhbdldfpkbfpgjoeh |
| URL Ufficiale | https://chromewebstore.google.com/detail/screen-reader-for-google/nddfhonnmhcldcbmhbdldfpkbfpgjoeh |
| Descrizione | This extension provides aid for the visually impaired people. |
| Dimensione del File | 195 KB |
| Conteggio Installazioni | 10,222 |
| Versione Corrente | 0.8.0 |
| Ultimo Aggiornamento | 2023-12-12 |
| Data di Pubblicazione | 2015-01-08 |
| Valutazione | 2.32/5 Totale 53 Valutazioni |
| Sviluppatore | Pawel Psztyc |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | https://docs.google.com/document/d/17TsJl75HnVp7m970j_8bbWJD-2vvg7_MqEtHkp-k1mM/edit?usp=sharing |
| Lingue Supportate | 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": [
" | |