Speak It

Speak It app converts text into speech. Select text > Speak it

Wat is Speak It?

Speak It is een Chrome-extensie ontwikkeld door Online Apps, en de belangrijkste functie is "Speak It app converts text into speech. Select text > Speak it".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Speak It

Download Speak It-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

                        Speak It app converts text into speech on any websites. Select words or paragraphs and then just listen. Useful and convenient Speak It for everyone in six supported languages.

How to use:
 1) select words or paragraphs
 2) right click on this text
 3) click Speak It to confirm in the context menu

Features:
 • Languages - English, German, Spanish, French, Portuguese, Russian
 • Rate 
 • Pitch
 • Volume                    

Basisinformatie over de Extensie

Naam Speak It Speak It
ID amcnjejmdfilapnnfgnhnidhkififadk
Officiële URL https://chromewebstore.google.com/detail/speak-it/amcnjejmdfilapnnfgnhnidhkififadk
Beschrijving Speak It app converts text into speech. Select text > Speak it
Bestandsgrootte 162 KB
Aantal Installaties 72,668
Huidige Versie 1.1.3
Laatst Bijgewerkt 2022-12-19
Publicatiedatum 2020-06-02
Beoordeling 2.53/5 Totaal 72 Beoordelingen
Ontwikkelaar Online Apps
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.e-players.net/privacy.html
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.1.3",
    "name": "Speak It",
    "description": "Speak It app converts text into speech. Select text > Speak it",
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "contextMenus",
        "tts",
        "storage"
    ],
    "action": {
        "default_icon": "img\/ico_19.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "icons": {
        "16": "img\/ico_16.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    }
}