Read Out Loud

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

Vad är Read Out Loud?

Read Out Loud är en Chrome-tillägg utvecklad av softapp, och dess huvudfunktion är "This extension adds a play button beside selected text on webpages, allowing users to listen to the text as speech.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Read Out Loud-förlängningens CRX-fil

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

Grundläggande Information om Tillägg

Namn Read Out Loud Read Out Loud
ID ngkfbiffihjpmjfimgfkgagciademgae
Officiell webbadress https://chromewebstore.google.com/detail/read-out-loud/ngkfbiffihjpmjfimgfkgagciademgae
Beskrivning This extension adds a play button beside selected text on webpages, allowing users to listen to the text as speech.
Filstorlek 10.88 KB
Antal Installationer 996
Aktuell Version 1.1.0
Senast Uppdaterad 2023-03-03
Publiceringsdatum 2023-03-02
Utvecklare softapp
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}