Text To Voice V1.0.2

This extension will convert your text to multiple voice formats.

Cos'è Text To Voice V1.0.2?

Text To Voice V1.0.2 è un'estensione di Chrome sviluppata da Dadaso Zanzane, e la sua funzione principale è "This extension will convert your text to multiple voice formats.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Text To Voice V1.0.2

Scarica i file di estensione Text To Voice V1.0.2 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension will convert your text to multiple voice formats.

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

Informazioni di Base sull'Estensione

Nome Text To Voice V1.0.2 Text To Voice V1.0.2
ID ebgalelknkkbbhdoocnbakmphhjendhb
URL Ufficiale https://chromewebstore.google.com/detail/text-to-voice-v102/ebgalelknkkbbhdoocnbakmphhjendhb
Descrizione This extension will convert your text to multiple voice formats.
Dimensione del File 101 KB
Conteggio Installazioni 561
Versione Corrente 1.0.2
Ultimo Aggiornamento 2015-11-14
Data di Pubblicazione 2015-11-14
Valutazione 3.33/5 Totale 9 Valutazioni
Sviluppatore Dadaso Zanzane
Tipo di Pagamento free
Lingue Supportate 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"
        ]
    }
}