Selected text to speech

With this extension, you can speech to the selected text.

Apa itu Selected text to speech?

Selected text to speech adalah ekstensi Chrome yang dikembangkan oleh https://funfuni.com, dan fitur utamanya adalah "With this extension, you can speech to the selected text.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Selected text to speech

Unduh file ekstensi Selected 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

                        With this extension, you can speech to the selected text. In sentences you have difficulty in pronunciation, you can speech to the selected text.                    

Informasi Dasar Ekstensi

Nama Selected text to speech Selected text to speech
ID apcoiakmgopgbglbpfhaibglboldbaep
URL Resmi https://chromewebstore.google.com/detail/selected-text-to-speech/apcoiakmgopgbglbpfhaibglboldbaep
Deskripsi With this extension, you can speech to the selected text.
Ukuran File 15.43 KB
Jumlah Instalasi 52
Versi Saat Ini 1.0
Terakhir Diperbarui 2022-01-27
Tanggal Publikasi 2022-01-27
Penilaian 5.00/5 Total 4 Penilaian
Pengembang https://funfuni.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.funfuni.com/
URL Halaman Bantuan https://funfuni.com/contact-us/
URL Halaman Kebijakan Privasi https://www.funfuni.com/privacy-policy
Bahasa yang Didukung en
manifest.json
{
    "author": "Funfuni.com",
    "name": "Selected text to speech",
    "description": "With this extension, you can speech to the selected text.",
    "manifest_version": 3,
    "version": "1.0",
    "action": {
        "default_icon": {
            "128": "icon.png"
        }
    },
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}