Simple Text To Speech
simple text-to-speech and text queue card readers for chrome
Apa itu Simple Text To Speech?
Simple Text To Speech adalah ekstensi Chrome yang dikembangkan oleh matrix.nad, dan fitur utamanya adalah "simple text-to-speech and text queue card readers for chrome".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Simple Text To Speech
Unduh file ekstensi Simple 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 text-to-speech and queue card based reading tool for chrome. This extension lets you right click highlighted text and use text to speech in chrome browser.
Informasi Dasar Ekstensi
Nama | |
ID | gpknfndlfloaiankeelecjfpoedodgcg |
URL Resmi | https://chrome.google.com/webstore/detail/simple-text-to-speech/gpknfndlfloaiankeelecjfpoedodgcg |
Deskripsi | simple text-to-speech and text queue card readers for chrome |
Ukuran File | 592 KB |
Jumlah Instalasi | 600 |
Versi Saat Ini | 1.5 |
Terakhir Diperbarui | 2017-12-22 |
Tanggal Publikasi | 2017-12-22 |
Penilaian | 2.33/5 Total 3 Penilaian |
Pengembang | matrix.nad |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://infinitet3ch.com/simple-tts-policy |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Text To Speech", "version": "1.5", "description": "simple text-to-speech and text queue card readers for chrome", "permissions": [ "contextMenus", "storage", "tabs" ], "icons": { "16": "assets\/icons\/icon-16.png", "48": "assets\/icons\/icon-48.png", "128": "assets\/icons\/icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "style.css" ], "js": [ "scripts.js" ] } ], "background": { "scripts": [ "background.js" ] }, "options_page": "options.html" } |