Animalese - Animal Crossing speak
All them animal crossing speak when you type on your keyboard.
Wat is Animalese - Animal Crossing speak?
Animalese - Animal Crossing speak is een Chrome-extensie ontwikkeld door Emil Elthammar, en de belangrijkste functie is "All them animal crossing speak when you type on your keyboard.".
Extensie Screenshots
Download het CRX-bestand van de extensie Animalese - Animal Crossing speak
Download Animalese - Animal Crossing speak-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Animalese - Animal Crossing speak |
ID | cklfhmnfapocoofjpkkceaabdkimgkbf |
Officiële URL | https://chromewebstore.google.com/detail/animalese-animal-crossing/cklfhmnfapocoofjpkkceaabdkimgkbf |
Beschrijving | All them animal crossing speak when you type on your keyboard. |
Bestandsgrootte | 74.26 KB |
Aantal Installaties | 4,566 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2019-12-02 |
Publicatiedatum | 2019-12-02 |
Beoordeling | 2.46/5 Totaal 112 Beoordelingen |
Ontwikkelaar | Emil Elthammar |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |