TTS
Make the browser speak!
Apa itu TTS?
TTS adalah ekstensi Chrome yang dikembangkan oleh Calvin, dan fitur utamanya adalah "Make the browser speak!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi TTS
Unduh file ekstensi 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
Type/paste in any text and have Chrome read it out for you. Update 29/06/16 V1.1: You can now select text on a web page > right click > say this Update 10/01/17 V1.2: Added options to the popup in the toolbar (click the icon) and fixed a bug when reading long pieces of text
Informasi Dasar Ekstensi
Nama | TTS |
ID | aigmpafmfnefdcdhmkoeboglhbdocohd |
URL Resmi | https://chromewebstore.google.com/detail/tts/aigmpafmfnefdcdhmkoeboglhbdocohd |
Deskripsi | Make the browser speak! |
Ukuran File | 10.46 KB |
Jumlah Instalasi | 579 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2017-04-17 |
Tanggal Publikasi | 2017-04-17 |
Penilaian | 3.88/5 Total 16 Penilaian |
Pengembang | Calvin |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TTS", "description": "Make the browser speak!", "version": "1.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tts", "contextMenus" ] } |