Animalese - Animal Crossing speak

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

Was ist Animalese - Animal Crossing speak?

Animalese - Animal Crossing speak ist eine Chrome-Erweiterung, die von Emil Elthammar entwickelt wurde, und ihr Hauptmerkmal ist "All them animal crossing speak when you type on your keyboard.".

Erweiterungsscreenshots

screenshot

Animalese - Animal Crossing speak-Erweiterungs-CRX-Datei herunterladen

Laden Sie Animalese - Animal Crossing speak-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Animalese - Animal Crossing speak Animalese - Animal Crossing speak
ID cklfhmnfapocoofjpkkceaabdkimgkbf
Offizielle URL https://chromewebstore.google.com/detail/animalese-animal-crossing/cklfhmnfapocoofjpkkceaabdkimgkbf
Beschreibung All them animal crossing speak when you type on your keyboard.
Dateigröße 74.26 KB
Installationsanzahl 4,566
Aktuelle Version 1.2
Letztes Update 2019-12-02
Veröffentlichungsdatum 2019-12-02
Bewertung 2.46/5 Insgesamt 112 Bewertungen
Entwickler Emil Elthammar
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}