Read News with TTS

Text to speech for News Sites without distractions.

Apa itu Read News with TTS?

Read News with TTS adalah ekstensi Chrome yang dikembangkan oleh Hugo Nobre, dan fitur utamanya adalah "Text to speech for News Sites without distractions.".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi Read News with TTS

Unduh file ekstensi Read News with TTS dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Read News with TTS Read News with TTS
ID iimnpknhbclbehjapplgbaakdjnlifbm
URL Resmi https://chromewebstore.google.com/detail/read-news-with-tts/iimnpknhbclbehjapplgbaakdjnlifbm
Deskripsi Text to speech for News Sites without distractions.
Ukuran File 736 KB
Jumlah Instalasi 1,419
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2022-08-09
Tanggal Publikasi 2022-04-24
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Hugo Nobre
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/projectify/read-news-tts
URL Halaman Bantuan https://github.com/projectify/read-news-tts
Bahasa yang Didukung 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"
    }
}