Page Reader

A completely free extension to read highlighted text via Text To Speech.

Qu'est-ce que Page Reader ?

Page Reader est une extension Chrome développée par Online Media Group, et sa fonction principale est "A completely free extension to read highlighted text via Text To Speech.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Page Reader

Téléchargez les fichiers d'extension Page Reader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Page Reader Page Reader
ID afokdhhgekbckelmkfegdggbeohdbnge
URL Officiel https://chromewebstore.google.com/detail/page-reader/afokdhhgekbckelmkfegdggbeohdbnge
Description A completely free extension to read highlighted text via Text To Speech.
Taille du Fichier 81.05 KB
Nombre d'Installations 11,903
Version Actuelle 1.0
Dernière Mise à Jour 2020-03-04
Date de Publication 2020-03-03
Évaluation 2.37/5 Total 30 Évaluations
Développeur Online Media Group
Type de Paiement free
Langues Prises en Charge 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
}