Basic TTS
This extension allows you to interact with the Chrome Text-to-Speech API.
Qu'est-ce que Basic TTS ?
Basic TTS est une extension Chrome développée par cipheos, et sa fonction principale est "This extension allows you to interact with the Chrome Text-to-Speech API.".
Télécharger le fichier CRX de l'extension Basic TTS
Téléchargez les fichiers d'extension Basic TTS 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
Informations de Base sur l'Extension
Nom | |
ID | lccceofhbngikladlpencmcpbhjccbjd |
URL Officiel | https://chromewebstore.google.com/detail/basic-tts/lccceofhbngikladlpencmcpbhjccbjd |
Description | This extension allows you to interact with the Chrome Text-to-Speech API. |
Taille du Fichier | 37.25 KB |
Nombre d'Installations | 11 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2017-11-24 |
Date de Publication | 2017-11-24 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | cipheos |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } } |