Text to voice
Convert text to voice to Read any page easily.
Cos'è Text to voice?
Text to voice è un'estensione di Chrome sviluppata da https://quiestmohamed.org, e la sua funzione principale è "Convert text to voice to Read any page easily.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Text to voice
Scarica i file di estensione Text to voice in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        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.                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | lemljnlginjkpamjocdkjbaadgipdmpg | 
| URL Ufficiale | https://chromewebstore.google.com/detail/text-to-voice/lemljnlginjkpamjocdkjbaadgipdmpg | 
| Descrizione | Convert text to voice to Read any page easily. | 
| Dimensione del File | 488 KB | 
| Conteggio Installazioni | 61 | 
| Versione Corrente | 1.2.2 | 
| Ultimo Aggiornamento | 2021-10-20 | 
| Data di Pubblicazione | 2021-10-20 | 
| Sviluppatore | https://quiestmohamed.org | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Sito Web dell'Estensione | https://quiestmohamed.org | 
| URL della Pagina di Aiuto | https://quiestmohamed.org | 
| URL della Pagina della Politica sulla Privacy | https://maaloma.tech/privacy-policy | 
| Lingue Supportate | 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"
    ]
}  |  |