Speak

Intuitive, fast TTS Speaker

Qu'est-ce que Speak ?

Speak est une extension Chrome développée par https://wis.am, et sa fonction principale est "Intuitive, fast TTS Speaker".

Captures d'Écran de l'Extension

screenshot

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

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

                        The simplest and most Intuitive, Text-to-Speech speaker.

Open source: https://github.com/wis/speak/                    

Informations de Base sur l'Extension

Nom Speak Speak
ID nihmfkglncnpheihhidaanekobbdhbck
URL Officiel https://chromewebstore.google.com/detail/speak/nihmfkglncnpheihhidaanekobbdhbck
Description Intuitive, fast TTS Speaker
Taille du Fichier 57.75 KB
Nombre d'Installations 2,000
Version Actuelle 0.0.2
Dernière Mise à Jour 2019-05-02
Date de Publication 2019-05-02
Évaluation 3.67/5 Total 55 Évaluations
Développeur https://wis.am
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://wis.am/projects/speak
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/cscript.js"
            ],
            "match_about_blank": true,
            "all_frames": true
        }
    ],
    "permissions": [
        "background",
        "tabs",
        "tts",
        "contextMenus"
    ],
    "page_action": {
        "default_icon": {
            "16": "images\/icon-19.png",
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "GC-Speak",
        "default_popup": "popup.html"
    },
    "commands": {
        "toggle-tts": {
            "suggested_key": {
                "default": "Ctrl+Shift+Z"
            },
            "description": "Start or Stop Speaking"
        }
    }
}