SpeakIt
Speak the selected text
Apa itu SpeakIt?
SpeakIt adalah ekstensi Chrome yang dikembangkan oleh odlyzko953, dan fitur utamanya adalah "Speak the selected text".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi SpeakIt
Unduh file ekstensi SpeakIt 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
Made with Love For You, SpeakIt is an easy-to-use, Instant Text to Speech Converter tool. How To Use? Install-Select-SpeakIt (Just Install the extension on Chrome, Select the text you want to speak and click on "SpeakIt" icon) The extension is changing the new tab
Informasi Dasar Ekstensi
Nama | |
ID | ogcmdndkjibojdigkjpccjiekcdfdhlb |
URL Resmi | https://chrome.google.com/webstore/detail/speakit/ogcmdndkjibojdigkjpccjiekcdfdhlb |
Deskripsi | Speak the selected text |
Ukuran File | 14.9 KB |
Jumlah Instalasi | 15,293 |
Versi Saat Ini | 1.6 |
Terakhir Diperbarui | 2019-12-11 |
Tanggal Publikasi | 2019-12-11 |
Penilaian | 2.83/5 Total 54 Penilaian |
Pengembang | odlyzko953 |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://sites.google.com/view/odlyzko953/privacy-policy |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "eventPage.js" ] }, "description": "Speak the selected text", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "name": "SpeakIt", "permissions": [ "tts", "contextMenus" ], "version": "1.6", "chrome_url_overrides": { "newtab": "nt.html" } } |