Read Out Loud

This extension adds a play button beside selected text on webpages, allowing users to listen to the text as speech.

Cos'è Read Out Loud?

Read Out Loud è un'estensione di Chrome sviluppata da softapp, e la sua funzione principale è "This extension adds a play button beside selected text on webpages, allowing users to listen to the text as speech.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Read Out Loud

Scarica i file di estensione Read Out Loud 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

                        This extension adds a play button beside selected text on webpages, allowing users to listen to the text as speech.                    

Informazioni di Base sull'Estensione

Nome Read Out Loud Read Out Loud
ID ngkfbiffihjpmjfimgfkgagciademgae
URL Ufficiale https://chromewebstore.google.com/detail/read-out-loud/ngkfbiffihjpmjfimgfkgagciademgae
Descrizione This extension adds a play button beside selected text on webpages, allowing users to listen to the text as speech.
Dimensione del File 10.88 KB
Conteggio Installazioni 996
Versione Corrente 1.1.0
Ultimo Aggiornamento 2023-03-03
Data di Pubblicazione 2023-03-02
Sviluppatore softapp
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Read Out Loud",
    "version": "1.1.0",
    "description": "This extension adds a play button beside selected text on webpages, allowing users to listen to the text as speech.",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}