Animalese - Animal Crossing speak

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

什麼是Animalese - Animal Crossing speak?

Animalese - Animal Crossing speak是由Emil Elthammar開發的Chrome擴展程式,該擴展的主要功能是“All them animal crossing speak when you type on your keyboard.”。

擴展截圖

screenshot

下載Animalese - Animal Crossing speak擴展crx文件

下載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
官方網址 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"
    ]
}