Page Reader
A completely free extension to read highlighted text via Text To Speech.
Cos'è Page Reader?
Page Reader è un'estensione di Chrome sviluppata da Online Media Group, e la sua funzione principale è "A completely free extension to read highlighted text via Text To Speech.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Page Reader
Scarica i file di estensione Page Reader 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
This is a very easy to use Text To Speech extension. Simply highlight any section of text on your page, then click the extension icon on your Chrome toolbar and it will be read back to you. The extension is entirely free, and always will be. Any and all feedback/suggestions are welcome, as I plan on continuing to update it as needed.
Informazioni di Base sull'Estensione
Nome | Page Reader |
ID | afokdhhgekbckelmkfegdggbeohdbnge |
URL Ufficiale | https://chromewebstore.google.com/detail/page-reader/afokdhhgekbckelmkfegdggbeohdbnge |
Descrizione | A completely free extension to read highlighted text via Text To Speech. |
Dimensione del File | 81.05 KB |
Conteggio Installazioni | 11,903 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2020-03-04 |
Data di Pubblicazione | 2020-03-03 |
Valutazione | 2.37/5 Totale 30 Valutazioni |
Sviluppatore | Online Media Group |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Page Reader", "version": "1.0", "description": "A completely free extension to read highlighted text via Text To Speech.", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": [], "permissions": [ "activeTab", "alarms", "storage" ], "options_page": "options.html", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "manifest_version": 2 } |