Page Reader
A completely free extension to read highlighted text via Text To Speech.
Wat is Page Reader?
Page Reader is een Chrome-extensie ontwikkeld door Online Media Group, en de belangrijkste functie is "A completely free extension to read highlighted text via Text To Speech.".
Extensie Screenshots
Download het CRX-bestand van de extensie Page Reader
Download Page Reader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Page Reader |
ID | afokdhhgekbckelmkfegdggbeohdbnge |
Officiële URL | https://chromewebstore.google.com/detail/page-reader/afokdhhgekbckelmkfegdggbeohdbnge |
Beschrijving | A completely free extension to read highlighted text via Text To Speech. |
Bestandsgrootte | 81.05 KB |
Aantal Installaties | 11,903 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2020-03-04 |
Publicatiedatum | 2020-03-03 |
Beoordeling | 2.37/5 Totaal 30 Beoordelingen |
Ontwikkelaar | Online Media Group |
Betalingswijze | free |
Ondersteunde Talen | 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 } |