Text To Voice V1.0.2

This extension will convert your text to multiple voice formats.

Vad är Text To Voice V1.0.2?

Text To Voice V1.0.2 är en Chrome-tillägg utvecklad av Dadaso Zanzane, och dess huvudfunktion är "This extension will convert your text to multiple voice formats.".

Tilläggsskärmbilder

screenshot

Ladda ner Text To Voice V1.0.2-förlängningens CRX-fil

Ladda ner Text To Voice V1.0.2-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        This extension will convert your text to multiple voice formats.

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

Grundläggande Information om Tillägg

Namn Text To Voice V1.0.2 Text To Voice V1.0.2
ID ebgalelknkkbbhdoocnbakmphhjendhb
Officiell webbadress https://chromewebstore.google.com/detail/text-to-voice-v102/ebgalelknkkbbhdoocnbakmphhjendhb
Beskrivning This extension will convert your text to multiple voice formats.
Filstorlek 101 KB
Antal Installationer 561
Aktuell Version 1.0.2
Senast Uppdaterad 2015-11-14
Publiceringsdatum 2015-11-14
Betyg 3.33/5 Totalt 9 Betyg
Utvecklare Dadaso Zanzane
Betalningssätt free
Stödda Språk 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"
        ]
    }
}