Read News with TTS

Text to speech for News Sites without distractions.

Hvad er Read News with TTS?

Read News with TTS er en Chrome-udvidelse udviklet af Hugo Nobre, og dens hovedfunktion er "Text to speech for News Sites without distractions.".

Udvidelsesskærmbilleder

Download Read News with TTS-udvidelses-CRX-fil

Download Read News with TTS-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        This plugin allow the ability to read news articles with TTS text-to-speech for free using websites specialized on this feature.                    

Grundlæggende oplysninger om udvidelsen

Navn Read News with TTS Read News with TTS
ID iimnpknhbclbehjapplgbaakdjnlifbm
Officiel URL https://chromewebstore.google.com/detail/read-news-with-tts/iimnpknhbclbehjapplgbaakdjnlifbm
Beskrivelse Text to speech for News Sites without distractions.
Filstørrelse 736 KB
Antal Installationer 1,419
Nuværende Version 1.0.0
Senest Opdateret 2022-08-09
Udgivelsesdato 2022-04-24
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler Hugo Nobre
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/projectify/read-news-tts
Hjælpeside-URL https://github.com/projectify/read-news-tts
Understøttede Sprog 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"
    }
}