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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |