Read to me

Browser extension for text to speech.

Qu'est-ce que Read to me ?

Read to me est une extension Chrome développée par nGran, et sa fonction principale est "Browser extension for text to speech.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Read to me

Téléchargez les fichiers d'extension Read to me 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

                        Listen to any text in your browser in a voice of your choice.  

READ TO ME is a text to speech Chrome extension for reading out loud any text in your browser in many languages. The app makes listening to everything on your screen effortless with a functional smooth design and customizable options as a selection of male and female voices, voice pitch and reading speed. 

Spoken text has several advantages over reading. The most obvious one is the option to multitask as your eyes and hands are free, but also it is considered that it can enhance comprehension. Listening is also great for those with disabilities or disadvantages that make reading either impossible or extremely difficult.                    

Informations de Base sur l'Extension

Nom Read to me Read to me
ID nalcmippmnicanikekphpdmmcgoojjlm
URL Officiel https://chromewebstore.google.com/detail/read-to-me/nalcmippmnicanikekphpdmmcgoojjlm
Description Browser extension for text to speech.
Taille du Fichier 758 KB
Nombre d'Installations 9,000
Version Actuelle 1.1.0
Dernière Mise à Jour 2020-04-24
Date de Publication 2020-04-20
Évaluation 1.86/5 Total 7 Évaluations
Développeur nGran
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Read to me",
    "version": "1.1.0",
    "description": "Browser extension for text to speech.",
    "author": "Nikola Grancharov",
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "https:\/\/*\/"
    ],
    "icons": {
        "16": "img\/logo_16x16.png",
        "32": "img\/logo_32x32.png",
        "48": "img\/logo_48x48.png",
        "64": "img\/logo_64x64.png",
        "128": "img\/logo_128x128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "background": {
        "page": "pages\/Background\/background.html"
    },
    "browser_action": {
        "default_icon": "img\/logo_16x16.png",
        "default_popup": "pages\/Popup\/popup.html"
    },
    "web_accessible_resources": [
        "content_script.js",
        "services\/Read.service.js"
    ]
}