Basic TTS
This extension allows you to interact with the Chrome Text-to-Speech API.
Apa itu Basic TTS?
Basic TTS adalah ekstensi Chrome yang dikembangkan oleh cipheos, dan fitur utamanya adalah "This extension allows you to interact with the Chrome Text-to-Speech API.".
Unduh Berkas CRX Ekstensi Basic TTS
Unduh file ekstensi Basic TTS 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
Informasi Dasar Ekstensi
Nama | |
ID | lccceofhbngikladlpencmcpbhjccbjd |
URL Resmi | https://chromewebstore.google.com/detail/basic-tts/lccceofhbngikladlpencmcpbhjccbjd |
Deskripsi | This extension allows you to interact with the Chrome Text-to-Speech API. |
Ukuran File | 37.25 KB |
Jumlah Instalasi | 11 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2017-11-24 |
Tanggal Publikasi | 2017-11-24 |
Penilaian | 1.00/5 Total 1 Penilaian |
Pengembang | cipheos |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Basic TTS", "description": "This extension allows you to interact with the Chrome Text-to-Speech API.", "version": "1.0.1", "icons": { "16": "\/assets\/icon16.png", "48": "\/assets\/icon48.png", "128": "\/assets\/icon128.png" }, "permissions": [ "storage", "contextMenus", "tts" ], "options_page": "\/options\/options.html", "background": { "scripts": [ "\/background\/background.js" ] } } |