Speak

Intuitive, fast TTS Speaker

Hvad er Speak?

Speak er en Chrome-udvidelse udviklet af https://wis.am, og dens hovedfunktion er "Intuitive, fast TTS Speaker".

Udvidelsesskærmbilleder

screenshot

Download Speak-udvidelses-CRX-fil

Download Speak-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

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

Grundlæggende oplysninger om udvidelsen

Navn Speak Speak
ID nihmfkglncnpheihhidaanekobbdhbck
Officiel URL https://chromewebstore.google.com/detail/speak/nihmfkglncnpheihhidaanekobbdhbck
Beskrivelse Intuitive, fast TTS Speaker
Filstørrelse 57.75 KB
Antal Installationer 2,000
Nuværende Version 0.0.2
Senest Opdateret 2019-05-02
Udgivelsesdato 2019-05-02
Bedømmelse 3.67/5 Samlet 55 Bedømmelser
Udvikler https://wis.am
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://wis.am/projects/speak
Understøttede Sprog 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"
        }
    }
}