Text To Voice V1.0.2
This extension will convert your text to multiple voice formats.
Was ist Text To Voice V1.0.2?
Text To Voice V1.0.2 ist eine Chrome-Erweiterung, die von Dadaso Zanzane entwickelt wurde, und ihr Hauptmerkmal ist "This extension will convert your text to multiple voice formats.".
Erweiterungsscreenshots
Text To Voice V1.0.2-Erweiterungs-CRX-Datei herunterladen
Laden Sie Text To Voice V1.0.2-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension will convert your text to multiple voice formats.
- added play/stop button
- enabled right click and play Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ebgalelknkkbbhdoocnbakmphhjendhb |
| Offizielle URL | https://chromewebstore.google.com/detail/text-to-voice-v102/ebgalelknkkbbhdoocnbakmphhjendhb |
| Beschreibung | This extension will convert your text to multiple voice formats. |
| Dateigröße | 101 KB |
| Installationsanzahl | 561 |
| Aktuelle Version | 1.0.2 |
| Letztes Update | 2015-11-14 |
| Veröffentlichungsdatum | 2015-11-14 |
| Bewertung | 3.33/5 Insgesamt 9 Bewertungen |
| Entwickler | Dadaso Zanzane |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
}
} | |