Talk & Write
A listening notepad
Cos'è Talk & Write?
Talk & Write è un'estensione di Chrome sviluppata da https://www.extendbrowser.com, e la sua funzione principale è "A listening notepad".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Talk & Write
Scarica i file di estensione Talk & Write in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
"TALK & WRITE" for Chrome browser.
Reduce typing time with this voice recognition extension.
Talk & Write" is an extension for Chrome browser that helps you type text using your voice. Read a text content and it will be typed to a notepad where you can edit it as you like.
"Talk & Write" purpose is to digitize a text document by reading it, through a simple interface.
For better results, use a headset or an external microphone.
Powered by Google's Web Speech API. Informazioni di Base sull'Estensione
| Nome | |
| ID | aoccbmdngdnaepdoonchccpgloegkhid |
| URL Ufficiale | https://chromewebstore.google.com/detail/talk-write/aoccbmdngdnaepdoonchccpgloegkhid |
| Descrizione | A listening notepad |
| Dimensione del File | 41.23 KB |
| Conteggio Installazioni | 10,000 |
| Versione Corrente | 1.0.1 |
| Ultimo Aggiornamento | 2023-08-29 |
| Data di Pubblicazione | 2020-02-11 |
| Valutazione | 4.44/5 Totale 39 Valutazioni |
| Sviluppatore | https://www.extendbrowser.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.extendbrowser.com/talkandwrite.html |
| URL della Pagina della Politica sulla Privacy | https://www.extendbrowser.com/privacy_policy.html |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Talk & Write",
"description": "A listening notepad",
"icons": {
"16": "speakingHead16.png",
"32": "speakingHead32.png",
"48": "speakingHead48.png",
"128": "speakingHead128.png"
},
"version": "1.0.1",
"author": "George Zotos",
"action": {
"default_icon": "speakingHead48.png",
"default_title": "Talk & Write"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"tabs"
],
"host_permissions": [
"https:\/\/www.extendbrowser.com\/*"
]
} | |