Speak it out!

Get voice output of selected text in a web page.

Wat is Speak it out!?

Speak it out! is een Chrome-extensie ontwikkeld door Gilbish Kosma, en de belangrijkste functie is "Get voice output of selected text in a web page.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Speak it out!

Download Speak it out!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Speak it out! Speak it out!
ID incioejkedmnflnacbbncfbjeiedoepo
Officiële URL https://chromewebstore.google.com/detail/speak-it-out/incioejkedmnflnacbbncfbjeiedoepo
Beschrijving Get voice output of selected text in a web page.
Bestandsgrootte 5.59 KB
Aantal Installaties 34
Huidige Versie 0.0.3
Laatst Bijgewerkt 2021-10-10
Publicatiedatum 2021-10-10
Ontwikkelaar Gilbish Kosma
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}