Text to voice

Convert text to voice to Read any page easily.

Apa itu Text to voice?

Text to voice adalah ekstensi Chrome yang dikembangkan oleh https://quiestmohamed.org, dan fitur utamanya adalah "Convert text to voice to Read any page easily.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Text to voice

Unduh file ekstensi Text to voice 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

                        Read aloud the current web-page article with one click, using text to speech coverter, in many languages.

Text to voice uses text-to-speech (TTS) technology to convert webpage text to audio.  It works on a variety of websites, including news sites, blogs, fan fiction, publications, textbooks, school and class websites, and online university course materials.

How to use Text to voice:

Copy text and past it inside "text to voice" extension; or select text. you'll see read button in contextmenus and click there.

It's easy, fast and useful.                    

Informasi Dasar Ekstensi

Nama Text to voice Text to voice
ID lemljnlginjkpamjocdkjbaadgipdmpg
URL Resmi https://chromewebstore.google.com/detail/text-to-voice/lemljnlginjkpamjocdkjbaadgipdmpg
Deskripsi Convert text to voice to Read any page easily.
Ukuran File 488 KB
Jumlah Instalasi 61
Versi Saat Ini 1.2.2
Terakhir Diperbarui 2021-10-20
Tanggal Publikasi 2021-10-20
Pengembang https://quiestmohamed.org
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://quiestmohamed.org
URL Halaman Bantuan https://quiestmohamed.org
URL Halaman Kebijakan Privasi https://maaloma.tech/privacy-policy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Text to voice",
    "version": "1.2.2",
    "description": "Convert text to voice to Read any page easily.",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/19.png",
            "38": "images\/38.png"
        },
        "default_title": "text to voice converter",
        "default_popup": "the-speech.html"
    },
    "background": {
        "scripts": [
            "js\/the-background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "storage"
    ]
}