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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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 |
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" ] } |