Speech to Text
Speech recognizer application to keep it as text.
Qu'est-ce que Speech to Text ?
Speech to Text est une extension Chrome développée par tand826, et sa fonction principale est "Speech recognizer application to keep it as text.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Speech to Text
Téléchargez les fichiers d'extension Speech to Text 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
Speech recognizer extension. Just record your voice and keep them as text in the history. You can copy the histories with a single click, or ctrl(alt/option)+click for multiple histories. [ Updated v2.1 ] > added locales [ Updated v2.0 ] > added a setting to keep recording until it is manually stopped > added a button to delete all the recorded histories > added a feature to copy multiple histories by clicking with ctrl / alt / option key > history can store up to 10 records
Informations de Base sur l'Extension
Nom | Speech to Text |
ID | icgocicggifobehhjlekfcfmkmgnhoik |
URL Officiel | https://chromewebstore.google.com/detail/speech-to-text/icgocicggifobehhjlekfcfmkmgnhoik |
Description | Speech recognizer application to keep it as text. |
Taille du Fichier | 677 KB |
Nombre d'Installations | 3,620 |
Version Actuelle | 2.1 |
Dernière Mise à Jour | 2022-02-16 |
Date de Publication | 2020-03-24 |
Évaluation | 3.50/5 Total 2 Évaluations |
Développeur | tand826 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://tand826.github.io/speech_to_text_homepage/ |
Langues Prises en Charge | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "author": "Takumi Ando", "name": "Speech to Text", "description": "Speech recognizer application to keep it as text.", "version": "2.1", "icons": { "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "action": { "default_icon": "icons\/icon32.png", "default_title": "Popup", "default_popup": "popup.html" }, "permissions": [ "storage" ], "homepage_url": "https:\/\/github.com\/tand826\/speech2text", "default_locale": "en" } |