Speak It

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

Qu'est-ce que Speak It ?

Speak It est une extension Chrome développée par Online Apps, et sa fonction principale est "Speak It app converts text into speech. Select text > Speak it".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Speak It

Téléchargez les fichiers d'extension Speak It 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

                        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                    

Informations de Base sur l'Extension

Nom Speak It Speak It
ID amcnjejmdfilapnnfgnhnidhkififadk
URL Officiel https://chromewebstore.google.com/detail/speak-it/amcnjejmdfilapnnfgnhnidhkififadk
Description Speak It app converts text into speech. Select text > Speak it
Taille du Fichier 162 KB
Nombre d'Installations 72,668
Version Actuelle 1.1.3
Dernière Mise à Jour 2022-12-19
Date de Publication 2020-06-02
Évaluation 2.53/5 Total 72 Évaluations
Développeur Online Apps
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.e-players.net/privacy.html
Langues Prises en Charge 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"
    }
}