Animalese - Animal Crossing speak

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

Что такое Animalese - Animal Crossing speak?

Animalese - Animal Crossing speak - это расширение Chrome, разработанное Emil Elthammar, и его основная функция - "All them animal crossing speak when you type on your keyboard.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Animalese - Animal Crossing speak

Скачайте файлы расширений Animalese - Animal Crossing speak в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Animalese - Animal Crossing speak Animalese - Animal Crossing speak
ID cklfhmnfapocoofjpkkceaabdkimgkbf
Официальный URL https://chromewebstore.google.com/detail/animalese-animal-crossing/cklfhmnfapocoofjpkkceaabdkimgkbf
Описание All them animal crossing speak when you type on your keyboard.
Размер файла 74.26 KB
Количество установок 4,566
Текущая Версия 1.2
Последнее Обновление 2019-12-02
Дата публикации 2019-12-02
Рейтинг 2.46/5 Всего 112 оценок
Разработчик Emil Elthammar
Тип оплаты free
Поддерживаемые языки 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"
    ]
}