Animalese - Animal Crossing speak
All them animal crossing speak when you type on your keyboard.
O que é Animalese - Animal Crossing speak?
Animalese - Animal Crossing speak é uma extensão do Chrome desenvolvida por Emil Elthammar, e sua principal característica é "All them animal crossing speak when you type on your keyboard.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Animalese - Animal Crossing speak
Baixe arquivos de extensão Animalese - Animal Crossing speak 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
Animalese reads your key typing out loud in the voice heard in the Animal Crossing game series. After adding to Chrome, click the Tom Nook icon (to the right of the search bar) to activate it for the currently open tab. It should work on most websites and you can only hear it if you have sound on. Pages it does not seem to activate on are: Twitter Discord Currently this only supports the voice from Animal Crossing: Wild World Most code borrowed from: https://github.com/Acedio/animalese.js
Informações Básicas da Extensão
Nome | |
ID | cklfhmnfapocoofjpkkceaabdkimgkbf |
URL Oficial | https://chromewebstore.google.com/detail/animalese-animal-crossing/cklfhmnfapocoofjpkkceaabdkimgkbf |
Descrição | All them animal crossing speak when you type on your keyboard. |
Tamanho do Arquivo | 74.26 KB |
Contagem de Instalações | 4,566 |
Versão Atual | 1.2 |
Última Atualização | 2019-12-02 |
Data de Publicação | 2019-12-02 |
Classificação | 2.46/5 Total de 112 Avaliações |
Desenvolvedor | Emil Elthammar |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Animalese - Animal Crossing speak", "description": "All them animal crossing speak when you type on your keyboard.", "version": "1.2", "browser_action": [], "icons": { "128": "icon.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "web_accessible_resources": [ "*.wav" ], "permissions": [ "activeTab" ] } |