Basic TTS

This extension allows you to interact with the Chrome Text-to-Speech API.

Hvad er Basic TTS?

Basic TTS er en Chrome-udvidelse udviklet af cipheos, og dens hovedfunktion er "This extension allows you to interact with the Chrome Text-to-Speech API.".

Download Basic TTS-udvidelses-CRX-fil

Download Basic TTS-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

                                            

Grundlæggende oplysninger om udvidelsen

Navn Basic TTS Basic TTS
ID lccceofhbngikladlpencmcpbhjccbjd
Officiel URL https://chromewebstore.google.com/detail/basic-tts/lccceofhbngikladlpencmcpbhjccbjd
Beskrivelse This extension allows you to interact with the Chrome Text-to-Speech API.
Filstørrelse 37.25 KB
Antal Installationer 11
Nuværende Version 1.0.1
Senest Opdateret 2017-11-24
Udgivelsesdato 2017-11-24
Bedømmelse 1.00/5 Samlet 1 Bedømmelser
Udvikler cipheos
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Basic TTS",
    "description": "This extension allows you to interact with the Chrome Text-to-Speech API.",
    "version": "1.0.1",
    "icons": {
        "16": "\/assets\/icon16.png",
        "48": "\/assets\/icon48.png",
        "128": "\/assets\/icon128.png"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "tts"
    ],
    "options_page": "\/options\/options.html",
    "background": {
        "scripts": [
            "\/background\/background.js"
        ]
    }
}