Animalese - Animal Crossing speak

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

¿Qué es Animalese - Animal Crossing speak?

Animalese - Animal Crossing speak es una extensión de Chrome desarrollada por Emil Elthammar, y su función principal es "All them animal crossing speak when you type on your keyboard.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Animalese - Animal Crossing speak

Descarga archivos de extensión Animalese - Animal Crossing speak en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Animalese - Animal Crossing speak Animalese - Animal Crossing speak
ID cklfhmnfapocoofjpkkceaabdkimgkbf
URL Oficial https://chromewebstore.google.com/detail/animalese-animal-crossing/cklfhmnfapocoofjpkkceaabdkimgkbf
Descripción All them animal crossing speak when you type on your keyboard.
Tamaño del Archivo 74.26 KB
Cantidad de Instalaciones 4,566
Versión Actual 1.2
Última Actualización 2019-12-02
Fecha de Publicación 2019-12-02
Calificación 2.46/5 Total de 112 Calificaciones
Desarrollador Emil Elthammar
Tipo de Pago free
Idiomas Soportados 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"
    ]
}