CsTimer Official results insertion
Compare your Times in CSTimer to your Official WCA profile!
CsTimer Official results insertion là gì?
CsTimer Official results insertion là một tiện ích mở rộng Chrome được phát triển bởi 43904.ando527, và tính năng chính của nó là "Compare your Times in CSTimer to your Official WCA profile!".
Ả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 CsTimer Official results insertion
Tải xuống các tệp mở rộng CsTimer Official results insertion 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
Integrate your Official WCA Profile times into your CSTimer sessions! Just input your WCA ID e.g. 2022ANDE01 and press LOAD Make sure your session scramble is set to "WCA" and then your event Note: This is still continuously under development, please report any bugs you may find Please also note that this is not an Official Extension, it is just referencing your "Official" WCA Times
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | CsTimer Official results insertion |
ID | hmbiafiooldmappmecndalifbpclamgg |
URL Chính Thức | https://chromewebstore.google.com/detail/cstimer-official-results/hmbiafiooldmappmecndalifbpclamgg |
Mô tả | Compare your Times in CSTimer to your Official WCA profile! |
Kích Thước Tệp | 41.61 KB |
Số Lần Cài Đặt | 60 |
Phiên Bản Hiện Tại | 0.0.2 |
Cập Nhật Lần Cuối | 2022-12-21 |
Ngày Phát Hành | 2022-11-21 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | 43904.ando527 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/ando527/CsTimer-Official-Times-Integration-Extension |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CsTimer Official results insertion", "version": "0.0.2", "manifest_version": 3, "description": "Compare your Times in CSTimer to your Official WCA profile!", "homepage_url": "https:\/\/github.com\/ando527\/CsTimer-Official-Times-Integration-Extension", "author": "Mitchell Anderson", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_title": "CsTimer Official results insertion" }, "default_locale": "en", "host_permissions": [ "https:\/\/cstimer.net\/*" ], "content_scripts": [ { "matches": [ "https:\/\/cstimer.net\/*" ], "js": [ "src\/inject\/inject.js" ] } ], "web_accessible_resources": [ { "resources": [ "src\/functions\/*" ], "matches": [ "https:\/\/cstimer.net\/*" ] } ] } |