text reader: Convert text to voice easily

Convert text to voice and Read any page out loud easily, with different languages.

Cos'è text reader: Convert text to voice easily?

text reader: Convert text to voice easily è un'estensione di Chrome sviluppata da https://seo-arabic.com, e la sua funzione principale è "Convert text to voice and Read any page out loud easily, with different languages.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione text reader: Convert text to voice easily

Scarica i file di estensione text reader: Convert text to voice easily 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

                        text-to-speech, many languages

It's normal to be tired when you reading long articles. but this tool is created to make you enjoy your reading. by converting text to speech in one second.

This tool will help you too much to read your articles easily in many languages, directly from within the page with no need to leave it.                    

Informazioni di Base sull'Estensione

Nome text reader: Convert text to voice easily text reader: Convert text to voice easily
ID cjabnnkddmpafmfoeonnkmlhjiceniii
URL Ufficiale https://chromewebstore.google.com/detail/text-reader-convert-text/cjabnnkddmpafmfoeonnkmlhjiceniii
Descrizione Convert text to voice and Read any page out loud easily, with different languages.
Dimensione del File 965 KB
Conteggio Installazioni 23
Versione Corrente 1.1.0
Ultimo Aggiornamento 2021-10-12
Data di Pubblicazione 2021-10-12
Sviluppatore https://seo-arabic.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://seo-arabic.com/
URL della Pagina di Aiuto https://seo-arabic.com/
URL della Pagina della Politica sulla Privacy https://maaloma.tech/privacy-policy
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "text reader: Convert text to voice easily",
    "version": "1.1.0",
    "description": "Convert text to voice and Read any page out loud easily, with different languages.",
    "icons": {
        "16": "images\/icon160.png",
        "48": "images\/icon480.png",
        "128": "images\/icon1280.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon190.png",
            "38": "images\/icon380.png"
        },
        "default_title": "text reader",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    }
}