SpeakIt

Speak the selected text

Qu'est-ce que SpeakIt ?

SpeakIt est une extension Chrome développée par odlyzko953, et sa fonction principale est "Speak the selected text".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SpeakIt

Téléchargez les fichiers d'extension SpeakIt au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom SpeakIt SpeakIt
ID ogcmdndkjibojdigkjpccjiekcdfdhlb
URL Officiel https://chrome.google.com/webstore/detail/speakit/ogcmdndkjibojdigkjpccjiekcdfdhlb
Description Speak the selected text
Taille du Fichier 14.9 KB
Nombre d'Installations 15,293
Version Actuelle 1.6
Dernière Mise à Jour 2019-12-11
Date de Publication 2019-12-11
Évaluation 2.83/5 Total 54 Évaluations
Développeur odlyzko953
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://sites.google.com/view/odlyzko953/privacy-policy
Langues Prises en Charge 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"
    }
}