Talk to Type
Type to Talk can help you type with your voice. Forget typing forever.
O que é Talk to Type?
Talk to Type é uma extensão do Chrome desenvolvida por Codinglastnight, e sua principal característica é "Type to Talk can help you type with your voice. Forget typing forever.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Talk to Type
Baixe arquivos de extensão Talk to Type 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
This an amazing chrome plugin which will let you forget “Typing” forever. Why type anymore when you can just speak to your computer and it will type for you. Just allow microphone permission for the web page to enable this feature. Features: -Handles your typing with your voice. -Fasten up your content writing.
Informações Básicas da Extensão
Nome | |
ID | jknlachcffnpbhepehiifoahpicoeafc |
URL Oficial | https://chrome.google.com/webstore/detail/talk-to-type/jknlachcffnpbhepehiifoahpicoeafc |
Descrição | Type to Talk can help you type with your voice. Forget typing forever. |
Tamanho do Arquivo | 206 KB |
Contagem de Instalações | 1,000 |
Versão Atual | 0.0.0.1 |
Última Atualização | 2018-08-31 |
Data de Publicação | 2018-08-31 |
Classificação | 2.71/5 Total de 7 Avaliações |
Desenvolvedor | Codinglastnight |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Talk to Type", "version": "0.0.0.1", "description": "Type to Talk can help you type with your voice. Forget typing forever.", "manifest_version": 2, "browser_action": { "default_popup": "index.html", "default_icon": ".\/icon\/icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "*:\/\/*\/*" ], "js": [ "contentScript.js" ] } ], "permissions": [ "activeTab", "*:\/\/*.google.com\/" ], "icons": { "16": "\/icon\/icon16.png", "48": "\/icon\/icon48.png", "128": "\/icon\/icon128.png" } } |