Speech to Text
Speech recognizer application to keep it as text.
Vad är Speech to Text?
Speech to Text är en Chrome-tillägg utvecklad av tand826, och dess huvudfunktion är "Speech recognizer application to keep it as text.".
Tilläggsskärmbilder
Ladda ner Speech to Text-förlängningens CRX-fil
Ladda ner Speech to Text-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Speech to Text |
ID | icgocicggifobehhjlekfcfmkmgnhoik |
Officiell webbadress | https://chromewebstore.google.com/detail/speech-to-text/icgocicggifobehhjlekfcfmkmgnhoik |
Beskrivning | Speech recognizer application to keep it as text. |
Filstorlek | 677 KB |
Antal Installationer | 3,620 |
Aktuell Version | 2.1 |
Senast Uppdaterad | 2022-02-16 |
Publiceringsdatum | 2020-03-24 |
Betyg | 3.50/5 Totalt 2 Betyg |
Utvecklare | tand826 |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://tand826.github.io/speech_to_text_homepage/ |
Stödda Språk | 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" } |