Text to Speech
Speak the Text provided in input field
Apa itu Text to Speech?
Text to Speech adalah ekstensi Chrome yang dikembangkan oleh ankitkaura79, dan fitur utamanya adalah "Speak the Text provided in input field".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Text to Speech
Unduh file ekstensi Text to Speech 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
A Simple text reader that takes text as input and speak in language selected from the dropdown.You can pause the speech by clicking on pause button and resume by clicking back on play button.
Informasi Dasar Ekstensi
Nama | Text to Speech |
ID | jigbklldfboaonapajdmkoaaanahlihb |
URL Resmi | https://chromewebstore.google.com/detail/text-to-speech/jigbklldfboaonapajdmkoaaanahlihb |
Deskripsi | Speak the Text provided in input field |
Ukuran File | 942 KB |
Jumlah Instalasi | 116 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2021-03-19 |
Tanggal Publikasi | 2021-03-19 |
Pengembang | ankitkaura79 |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Text to Speech", "description": "Speak the Text provided in input field", "version": "1.0.0", "icons": { "128": "images\/icon_128.png" }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" } } |