Read Out Loud

Text to speech extension

What is Read Out Loud?

Read Out Loud is a Chrome extension developed by Unknown, and its main feature is "Text to speech extension".

Extension Screenshots

screenshot

Download Read Out Loud Extension CRX File

Download Read Out Loud extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Paste a chunk of text and let it be read to you!                    

Extension Basic Information

Name Read Out Loud Read Out Loud
ID bkaplhhfpbiahjkelcbpgipmmaneknmc
Official URL https://chromewebstore.google.com/detail/read-out-loud/bkaplhhfpbiahjkelcbpgipmmaneknmc
Description Text to speech extension
File Size 7.44 KB
Installation Count 168
Current Version 1.0.0
Last Updated 2020-05-11
Publish Date 2020-05-11
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Read Out Loud",
    "description": "Text to speech extension",
    "version": "1.0.0",
    "icons": {
        "128": "assets\/icon.png"
    },
    "browser_action": {
        "default_icon": "assets\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}