Text To Voice V1.0.2

This extension will convert your text to multiple voice formats.

Co to jest Text To Voice V1.0.2?

Text To Voice V1.0.2 to rozszerzenie Chrome opracowane przez Dadaso Zanzane, a jego główną funkcją jest „This extension will convert your text to multiple voice formats.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Text To Voice V1.0.2

Pobierz pliki rozszerzeń Text To Voice V1.0.2 w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        This extension will convert your text to multiple voice formats.

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

Podstawowe informacje o rozszerzeniu

Nazwa Text To Voice V1.0.2 Text To Voice V1.0.2
ID ebgalelknkkbbhdoocnbakmphhjendhb
Oficjalny URL https://chromewebstore.google.com/detail/text-to-voice-v102/ebgalelknkkbbhdoocnbakmphhjendhb
Opis This extension will convert your text to multiple voice formats.
Rozmiar pliku 101 KB
Liczba instalacji 561
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2015-11-14
Data Publikacji 2015-11-14
Ocena 3.33/5 Łącznie 9 Oceny
Deweloper Dadaso Zanzane
Typ Płatności free
Obsługiwane Języki 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"
        ]
    }
}