Talk & Write

A listening notepad

O que é Talk & Write?

Talk & Write é uma extensão do Chrome desenvolvida por https://www.extendbrowser.com, e sua principal característica é "A listening notepad".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Talk & Write

Baixe arquivos de extensão Talk & Write no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        "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.                    

Informações Básicas da Extensão

Nome Talk & Write Talk & Write
ID aoccbmdngdnaepdoonchccpgloegkhid
URL Oficial https://chromewebstore.google.com/detail/talk-write/aoccbmdngdnaepdoonchccpgloegkhid
Descrição A listening notepad
Tamanho do Arquivo 41.23 KB
Contagem de Instalações 10,000
Versão Atual 1.0.1
Última Atualização 2023-08-29
Data de Publicação 2020-02-11
Classificação 4.44/5 Total de 39 Avaliações
Desenvolvedor https://www.extendbrowser.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.extendbrowser.com/talkandwrite.html
URL da Página de Política de Privacidade https://www.extendbrowser.com/privacy_policy.html
Idiomas Suportados 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\/*"
    ]
}