Animalese - Animal Crossing speak

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

Vad är Animalese - Animal Crossing speak?

Animalese - Animal Crossing speak är en Chrome-tillägg utvecklad av Emil Elthammar, och dess huvudfunktion är "All them animal crossing speak when you type on your keyboard.".

Tilläggsskärmbilder

screenshot

Ladda ner Animalese - Animal Crossing speak-förlängningens CRX-fil

Ladda ner Animalese - Animal Crossing speak-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Animalese - Animal Crossing speak Animalese - Animal Crossing speak
ID cklfhmnfapocoofjpkkceaabdkimgkbf
Officiell webbadress https://chromewebstore.google.com/detail/animalese-animal-crossing/cklfhmnfapocoofjpkkceaabdkimgkbf
Beskrivning All them animal crossing speak when you type on your keyboard.
Filstorlek 74.26 KB
Antal Installationer 4,566
Aktuell Version 1.2
Senast Uppdaterad 2019-12-02
Publiceringsdatum 2019-12-02
Betyg 2.46/5 Totalt 112 Betyg
Utvecklare Emil Elthammar
Betalningssätt free
Stödda Språk 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"
    ]
}