Speak it out!

Get voice output of selected text in a web page.

What is Speak it out!?

Speak it out! is a Chrome extension developed by Gilbish Kosma, and its main feature is "Get voice output of selected text in a web page.".

Extension Screenshots

screenshot

Download Speak it out! Extension CRX File

Download Speak it out! 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

                        A chrome extension to play voice of selected text from the current tab.                    

Extension Basic Information

Name Speak it out! Speak it out!
ID incioejkedmnflnacbbncfbjeiedoepo
Official URL https://chromewebstore.google.com/detail/speak-it-out/incioejkedmnflnacbbncfbjeiedoepo
Description Get voice output of selected text in a web page.
File Size 5.59 KB
Installation Count 34
Current Version 0.0.3
Last Updated 2021-10-10
Publish Date 2021-10-10
Developer Gilbish Kosma
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Speak it out!",
    "description": "Get voice output of selected text in a web page.",
    "version": "0.0.3",
    "author": "Satyam Lachhwani ",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": "sound.png"
    },
    "icons": {
        "32": "sound.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ]
}