Read News with TTS

Text to speech for News Sites without distractions.

Vad är Read News with TTS?

Read News with TTS är en Chrome-tillägg utvecklad av Hugo Nobre, och dess huvudfunktion är "Text to speech for News Sites without distractions.".

Tilläggsskärmbilder

Ladda ner Read News with TTS-förlängningens CRX-fil

Ladda ner Read News with TTS-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Read News with TTS Read News with TTS
ID iimnpknhbclbehjapplgbaakdjnlifbm
Officiell webbadress https://chromewebstore.google.com/detail/read-news-with-tts/iimnpknhbclbehjapplgbaakdjnlifbm
Beskrivning Text to speech for News Sites without distractions.
Filstorlek 736 KB
Antal Installationer 1,419
Aktuell Version 1.0.0
Senast Uppdaterad 2022-08-09
Publiceringsdatum 2022-04-24
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare Hugo Nobre
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/projectify/read-news-tts
Hjälpsida URL https://github.com/projectify/read-news-tts
Stödda Språk 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"
    }
}