MonkeyType Extension
Help you type faster and more accurately in MonkeyType
MonkeyType Extension là gì?
MonkeyType Extension là một tiện ích mở rộng Chrome được phát triển bởi ridemountainpig, và tính năng chính của nó là "Help you type faster and more accurately in MonkeyType".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng MonkeyType Extension
Tải xuống các tệp mở rộng MonkeyType Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
🐵 MonkeyType Extension Introduction: Always typing MonkeyType slower than other people? The MonkeyType Extension is designed to automatically correct typographical errors in words as soon as you finish typing them and press the space key. This feature allows you to continue typing without interruption, even when mistakes occur. Additionally, it enhances your typing speed and accuracy on Monkeytype. Try to use this extension to help you type faster and more accurately in MonkeyType. 🙈 How To Use: You just need to click Turn On and click blank key on keyboard it will help you to typing! 📺 How to use video: https://drive.google.com/file/d/1qezN_K8zmlh-4tx3JuY2XD_GJu-tYDn2/view?usp=sharing 🐵 MonkeyType Extension 介紹: MonkeyType 總是打得比別人慢? MonkeyType 插件功能旨在在您完成輸入並按下空白鍵後自動修正單字中的輸入錯誤。 即使發生錯誤,此功能也可以讓您不間斷地繼續輸入。 此外,它還可以提高您在 Monkeytype 上的打字速度和準確性。 嘗試使用這個插件來讓你在 MonkeyType 中打的更快更準確。 🙈 使用方法: 你只需要再安裝後點擊 Turn On 然後按下空白鍵,Super Monkey 就會幫你打字了! 📺 如何使用影片: https://drive.google.com/file/d/1qezN_K8zmlh-4tx3JuY2XD_GJu-tYDn2/view?usp=sharing
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | MonkeyType Extension |
ID | ekkfdhandgcjdkdlfppjkedoaiiccdaa |
URL Chính Thức | https://chromewebstore.google.com/detail/monkeytype-extension/ekkfdhandgcjdkdlfppjkedoaiiccdaa |
Mô tả | Help you type faster and more accurately in MonkeyType |
Kích Thước Tệp | 352 KB |
Số Lần Cài Đặt | 1,581 |
Phiên Bản Hiện Tại | 1.2.6 |
Cập Nhật Lần Cuối | 2024-02-28 |
Ngày Phát Hành | 2023-03-22 |
Đánh Giá | 3.70/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | ridemountainpig |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://github.com/ridemountainpig/monkeyType-chrome-extension |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MonkeyType Extension", "manifest_version": 3, "version": "1.2.6", "description": "Help you type faster and more accurately in MonkeyType", "icons": { "16": "monkeytype-icons\/serika_dark.png", "48": "monkeytype-icons\/serika_dark.png", "128": "monkeytype-icons\/serika_dark.png" }, "action": { "default_icon": { "16": "monkeytype-icons\/serika_dark.png", "48": "monkeytype-icons\/serika_dark.png", "128": "monkeytype-icons\/serika_dark.png" }, "default_popup": "public\/view\/popup.html" }, "background": { "service_worker": "public\/script\/background.js" }, "permissions": [ "activeTab", "scripting", "storage" ] } |