Text To Voice V1.0.2

This extension will convert your text to multiple voice formats.

Qu'est-ce que Text To Voice V1.0.2 ?

Text To Voice V1.0.2 est une extension Chrome développée par Dadaso Zanzane, et sa fonction principale est "This extension will convert your text to multiple voice formats.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Text To Voice V1.0.2

Téléchargez les fichiers d'extension Text To Voice V1.0.2 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 extension will convert your text to multiple voice formats.

 - added play/stop button
 - enabled right click and play                    

Informations de Base sur l'Extension

Nom Text To Voice V1.0.2 Text To Voice V1.0.2
ID ebgalelknkkbbhdoocnbakmphhjendhb
URL Officiel https://chromewebstore.google.com/detail/text-to-voice-v102/ebgalelknkkbbhdoocnbakmphhjendhb
Description This extension will convert your text to multiple voice formats.
Taille du Fichier 101 KB
Nombre d'Installations 561
Version Actuelle 1.0.2
Dernière Mise à Jour 2015-11-14
Date de Publication 2015-11-14
Évaluation 3.33/5 Total 9 Évaluations
Développeur Dadaso Zanzane
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Text To Voice V1.0.2",
    "description": "This extension will convert your text to multiple voice formats.",
    "version": "1.0.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "default.html"
    },
    "permissions": [
        "activeTab",
        "tts",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus"
    ],
    "icons": {
        "16": "icon.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "jquery-1.10.2.js",
            "jquery.cookie.js",
            "script.js",
            "background.js"
        ]
    }
}