Text To Voice V1.0.2

This extension will convert your text to multiple voice formats.

Wat is Text To Voice V1.0.2?

Text To Voice V1.0.2 is een Chrome-extensie ontwikkeld door Dadaso Zanzane, en de belangrijkste functie is "This extension will convert your text to multiple voice formats.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Text To Voice V1.0.2

Download Text To Voice V1.0.2-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 extension will convert your text to multiple voice formats.

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

Basisinformatie over de Extensie

Naam Text To Voice V1.0.2 Text To Voice V1.0.2
ID ebgalelknkkbbhdoocnbakmphhjendhb
Officiële URL https://chromewebstore.google.com/detail/text-to-voice-v102/ebgalelknkkbbhdoocnbakmphhjendhb
Beschrijving This extension will convert your text to multiple voice formats.
Bestandsgrootte 101 KB
Aantal Installaties 561
Huidige Versie 1.0.2
Laatst Bijgewerkt 2015-11-14
Publicatiedatum 2015-11-14
Beoordeling 3.33/5 Totaal 9 Beoordelingen
Ontwikkelaar Dadaso Zanzane
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}