Basic TTS
This extension allows you to interact with the Chrome Text-to-Speech API.
Wat is Basic TTS?
Basic TTS is een Chrome-extensie ontwikkeld door cipheos, en de belangrijkste functie is "This extension allows you to interact with the Chrome Text-to-Speech API.".
Download het CRX-bestand van de extensie Basic TTS
Download Basic TTS-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | lccceofhbngikladlpencmcpbhjccbjd |
Officiële URL | https://chromewebstore.google.com/detail/basic-tts/lccceofhbngikladlpencmcpbhjccbjd |
Beschrijving | This extension allows you to interact with the Chrome Text-to-Speech API. |
Bestandsgrootte | 37.25 KB |
Aantal Installaties | 11 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2017-11-24 |
Publicatiedatum | 2017-11-24 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | cipheos |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } } |