Animalese - Animal Crossing speak

All them animal crossing speak when you type on your keyboard.

Qu'est-ce que Animalese - Animal Crossing speak ?

Animalese - Animal Crossing speak est une extension Chrome développée par Emil Elthammar, et sa fonction principale est "All them animal crossing speak when you type on your keyboard.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Animalese - Animal Crossing speak

Téléchargez les fichiers d'extension Animalese - Animal Crossing speak au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Animalese - Animal Crossing speak Animalese - Animal Crossing speak
ID cklfhmnfapocoofjpkkceaabdkimgkbf
URL Officiel https://chromewebstore.google.com/detail/animalese-animal-crossing/cklfhmnfapocoofjpkkceaabdkimgkbf
Description All them animal crossing speak when you type on your keyboard.
Taille du Fichier 74.26 KB
Nombre d'Installations 4,566
Version Actuelle 1.2
Dernière Mise à Jour 2019-12-02
Date de Publication 2019-12-02
Évaluation 2.46/5 Total 112 Évaluations
Développeur Emil Elthammar
Type de Paiement free
Langues Prises en Charge 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"
    ]
}