Read News with TTS

Text to speech for News Sites without distractions.

Cos'è Read News with TTS?

Read News with TTS è un'estensione di Chrome sviluppata da Hugo Nobre, e la sua funzione principale è "Text to speech for News Sites without distractions.".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Read News with TTS

Scarica i file di estensione Read News with TTS 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 plugin allow the ability to read news articles with TTS text-to-speech for free using websites specialized on this feature.                    

Informazioni di Base sull'Estensione

Nome Read News with TTS Read News with TTS
ID iimnpknhbclbehjapplgbaakdjnlifbm
URL Ufficiale https://chromewebstore.google.com/detail/read-news-with-tts/iimnpknhbclbehjapplgbaakdjnlifbm
Descrizione Text to speech for News Sites without distractions.
Dimensione del File 736 KB
Conteggio Installazioni 1,419
Versione Corrente 1.0.0
Ultimo Aggiornamento 2022-08-09
Data di Pubblicazione 2022-04-24
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Hugo Nobre
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/projectify/read-news-tts
URL della Pagina di Aiuto https://github.com/projectify/read-news-tts
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Read News with TTS",
    "description": "Text to speech for News Sites without distractions.",
    "version": "1.0.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "popup.js"
            ],
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "icon.png"
    }
}