Text To Voice V1.0.2
This extension will convert your text to multiple voice formats.
Apa itu Text To Voice V1.0.2?
Text To Voice V1.0.2 adalah ekstensi Chrome yang dikembangkan oleh Dadaso Zanzane, dan fitur utamanya adalah "This extension will convert your text to multiple voice formats.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Text To Voice V1.0.2
Unduh file ekstensi Text To Voice V1.0.2 dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This extension will convert your text to multiple voice formats. - added play/stop button - enabled right click and play
Informasi Dasar Ekstensi
Nama | Text To Voice V1.0.2 |
ID | ebgalelknkkbbhdoocnbakmphhjendhb |
URL Resmi | https://chromewebstore.google.com/detail/text-to-voice-v102/ebgalelknkkbbhdoocnbakmphhjendhb |
Deskripsi | This extension will convert your text to multiple voice formats. |
Ukuran File | 101 KB |
Jumlah Instalasi | 561 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2015-11-14 |
Tanggal Publikasi | 2015-11-14 |
Penilaian | 3.33/5 Total 9 Penilaian |
Pengembang | Dadaso Zanzane |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } } |