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.”。
扩展截图
下载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 |
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" ] } |