Text to voice

Convert text to voice to Read any page easily.

Qu'est-ce que Text to voice ?

Text to voice est une extension Chrome développée par https://quiestmohamed.org, et sa fonction principale est "Convert text to voice to Read any page easily.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Text to voice

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

                        Read aloud the current web-page article with one click, using text to speech coverter, in many languages.

Text to voice uses text-to-speech (TTS) technology to convert webpage text to audio.  It works on a variety of websites, including news sites, blogs, fan fiction, publications, textbooks, school and class websites, and online university course materials.

How to use Text to voice:

Copy text and past it inside "text to voice" extension; or select text. you'll see read button in contextmenus and click there.

It's easy, fast and useful.                    

Informations de Base sur l'Extension

Nom Text to voice Text to voice
ID lemljnlginjkpamjocdkjbaadgipdmpg
URL Officiel https://chromewebstore.google.com/detail/text-to-voice/lemljnlginjkpamjocdkjbaadgipdmpg
Description Convert text to voice to Read any page easily.
Taille du Fichier 488 KB
Nombre d'Installations 61
Version Actuelle 1.2.2
Dernière Mise à Jour 2021-10-20
Date de Publication 2021-10-20
Développeur https://quiestmohamed.org
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://quiestmohamed.org
URL de la Page d'Aide https://quiestmohamed.org
URL de la Page de Politique de Confidentialité https://maaloma.tech/privacy-policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Text to voice",
    "version": "1.2.2",
    "description": "Convert text to voice to Read any page easily.",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/19.png",
            "38": "images\/38.png"
        },
        "default_title": "text to voice converter",
        "default_popup": "the-speech.html"
    },
    "background": {
        "scripts": [
            "js\/the-background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "storage"
    ]
}