Pronunciation
Pronounces the selected text
Apa itu Pronunciation?
Pronunciation adalah ekstensi Chrome yang dikembangkan oleh tarundabhi, dan fitur utamanya adalah "Pronounces the selected text".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Pronunciation
Unduh file ekstensi Pronunciation 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
This chrome extension pronounces the selected text.This performs text to speech translation.
Informasi Dasar Ekstensi
Nama | Pronunciation |
ID | nnbidmodmbkejgpldfcoefhpioggghba |
URL Resmi | https://chromewebstore.google.com/detail/pronunciation/nnbidmodmbkejgpldfcoefhpioggghba |
Deskripsi | Pronounces the selected text |
Ukuran File | 8.94 KB |
Jumlah Instalasi | 1,000 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2018-08-11 |
Tanggal Publikasi | 2018-08-11 |
Penilaian | 3.00/5 Total 2 Penilaian |
Pengembang | tarundabhi |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pronunciation", "version": "1.0", "description": "Pronounces the selected text", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "permissions": [ "tts", "contextMenus" ] } |