Coding Contest Tracker
A browser extension to track upcoming coding contests
Coding Contest Tracker là gì?
Coding Contest Tracker là một tiện ích mở rộng Chrome được phát triển bởi BinaryBuilders, và tính năng chính của nó là "A browser extension to track upcoming coding contests".
Ả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 Coding Contest Tracker
Tải xuống các tệp mở rộng Coding Contest Tracker 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
Update: Google Sign Up isn't working as of now, it will be fixed in next update. But you can sign Up via email and password. Welcome to Coding Contest Tracker, the ultimate coding companion designed with students in mind! 🚀 Are you a coding enthusiast always on the lookout for exciting contests and challenges? Look no further! Coding Contest Tracker is here to transform your coding journey into a seamless and organized experience. Features: 🔗 Google Sign Up & Sync: Sign up effortlessly with your Google account, allowing you to sync your progress and achievements across devices. Your coding journey stays with you, anytime, anywhere. 📊 LeetCode Stats at Your Fingertips: Dive into your LeetCode statistics directly within the extension. Track your progress, celebrate your accomplishments, and stay motivated as you climb the coding ranks! 🗓️ Calendar Integration: Plan your coding contests smartly! With Coding Contest Tracker, you can add specific contests directly to your Google or Apple calendar. Never miss an important event again – stay organized and ahead of the game. Why Coding Contest Tracker? ✨ Made for Students: Coding Contest Tracker understands the unique needs of students. We've crafted this extension to be your virtual coding buddy, providing tools that align with your academic journey. 🎓 Seamless Experience: Whether you're a beginner or a seasoned coder, Coding Contest Tracker ensures a smooth and intuitive experience. Focus on coding while we take care of the rest. 🌟 Personalized Learning: Receive tailored insights and recommendations based on your coding preferences. Level up your skills and tackle challenges that matter to you. Join our community of passionate coders and embark on a coding adventure like never before! Download Coding Contest Tracker now and let your coding dreams take flight. Happy coding! 🚀
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Coding Contest Tracker |
ID | ppfpjgjcobidenjopdjkbgicnklhdhgc |
URL Chính Thức | https://chromewebstore.google.com/detail/coding-contest-tracker/ppfpjgjcobidenjopdjkbgicnklhdhgc |
Mô tả | A browser extension to track upcoming coding contests |
Kích Thước Tệp | 1.34 MB |
Số Lần Cài Đặt | 32 |
Phiên Bản Hiện Tại | 1.0.5 |
Cập Nhật Lần Cuối | 2023-12-03 |
Ngày Phát Hành | 2023-10-16 |
Đánh Giá | 5.00/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | BinaryBuilders |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://binarybuilders0101.github.io |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.0.5", "short_name": "Coding Contest Tracker", "name": "Coding Contest Tracker", "content_security_policy.extension_pages": "script-src 'self' https:\/\/example.com; object-src'self'", "content_security_policy.sandbox": "script-src 'self' https:\/\/apis.google.com; object-src 'self'", "icons": { "16": "favicon.ico", "48": "logo192.png", "128": "logo512.png" }, "description": "A browser extension to track upcoming coding contests", "permissions": [ "storage" ], "host_permissions": [ "https:\/\/coding-contest-tracker-default-rtdb.firebaseio.com\/", "https:\/\/apis.google.com\/" ], "action": { "default_popup": "index.html", "default_title": "Coding Contest Tracker" } } |