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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |