SpeakIt

Speak the selected text

Wat is SpeakIt?

SpeakIt is een Chrome-extensie ontwikkeld door odlyzko953, en de belangrijkste functie is "Speak the selected text".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie SpeakIt

Download SpeakIt-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

                        Made with Love For You, SpeakIt is an easy-to-use, Instant Text to Speech Converter tool. 

How To Use? 
Install-Select-SpeakIt
(Just Install the extension on Chrome, Select the text you want to speak and click on "SpeakIt" icon)

The extension is changing the new tab                    

Basisinformatie over de Extensie

Naam SpeakIt SpeakIt
ID ogcmdndkjibojdigkjpccjiekcdfdhlb
Officiële URL https://chrome.google.com/webstore/detail/speakit/ogcmdndkjibojdigkjpccjiekcdfdhlb
Beschrijving Speak the selected text
Bestandsgrootte 14.9 KB
Aantal Installaties 15,293
Huidige Versie 1.6
Laatst Bijgewerkt 2019-12-11
Publicatiedatum 2019-12-11
Beoordeling 2.83/5 Totaal 54 Beoordelingen
Ontwikkelaar odlyzko953
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://sites.google.com/view/odlyzko953/privacy-policy
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "eventPage.js"
        ]
    },
    "description": "Speak the selected text",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "SpeakIt",
    "permissions": [
        "tts",
        "contextMenus"
    ],
    "version": "1.6",
    "chrome_url_overrides": {
        "newtab": "nt.html"
    }
}