Read Out Loud

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

Apa itu Read Out Loud?

Read Out Loud adalah ekstensi Chrome yang dikembangkan oleh softapp, dan fitur utamanya adalah "This extension adds a play button beside selected text on webpages, allowing users to listen to the text as speech.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Read Out Loud

Unduh file ekstensi Read Out Loud 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 extension adds a play button beside selected text on webpages, allowing users to listen to the text as speech.                    

Informasi Dasar Ekstensi

Nama Read Out Loud Read Out Loud
ID ngkfbiffihjpmjfimgfkgagciademgae
URL Resmi https://chromewebstore.google.com/detail/read-out-loud/ngkfbiffihjpmjfimgfkgagciademgae
Deskripsi This extension adds a play button beside selected text on webpages, allowing users to listen to the text as speech.
Ukuran File 10.88 KB
Jumlah Instalasi 996
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2023-03-03
Tanggal Publikasi 2023-03-02
Pengembang softapp
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}