10fastfingerCompetition
Knowing if there is a new competition in your langage
10fastfingerCompetition là gì?
10fastfingerCompetition là một tiện ích mở rộng Chrome được phát triển bởi azarias.boutin, và tính năng chính của nó là "Knowing if there is a new competition in your langage".
Ả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 10fastfingerCompetition
Tải xuống các tệp mở rộng 10fastfingerCompetition 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
A little chrome extension to tell you when there is a new competition in the 10fastfingers website. Whenever a new competition is available in the langage you choose, you can see it on the icon. The number of new competitions is displayed. Whenever you click on the icon when there is a new competition, you access directly to this competition. When there are more than one competitions, you access to the last one created. If you click on the icon when there are not any new competitions, you just access the normal typing test. With the 2.0 version, you can choose to watch for competitions of several languages, you can also choose on which page to go when there's no competitions. With the 2.2 version, you can choose to create a competition when none are available.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | 10fastfingerCompetition |
ID | jgnpbbnjekmldfdbgkmijclckednldll |
URL Chính Thức | https://chromewebstore.google.com/detail/10fastfingercompetition/jgnpbbnjekmldfdbgkmijclckednldll |
Mô tả | Knowing if there is a new competition in your langage |
Kích Thước Tệp | 194 KB |
Số Lần Cài Đặt | 116 |
Phiên Bản Hiện Tại | 4.0.8 |
Cập Nhật Lần Cuối | 2024-03-01 |
Ngày Phát Hành | 2020-03-08 |
Đánh Giá | 4.75/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | azarias.boutin |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/AzariasB/10fastfingersCompetition |
URL Trang Trợ Giúp | https://github.com/AzariasB/10fastfingersCompetition |
Ngôn Ngữ Được Hỗ Trợ | en,fr,es,it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "10fastfingerCompetition", "version": "4.0.8", "default_locale": "en", "author": { "email": "AzariasB" }, "description": "Knowing if there is a new competition in your langage", "options_ui": { "open_in_tab": false, "page": "src\/options\/index.html" }, "background": { "service_worker": "src\/background\/index.js", "type": "module" }, "action": { "default_icon": { "16": "\/img\/icon.png" } }, "icons": { "128": "\/img\/big_icon.png" }, "permissions": [ "webRequest", "storage", "alarms", "activeTab", "tabs", "notifications" ], "host_permissions": [ "*:\/\/10fastfingers.com\/" ] } |