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" ] } |