LeetTab - Leetcode Dashboard
Have all your upcoming interviews and Leetcode stats in one place. Stay on the grind and land your dream software engineering job.
LeetTab - Leetcode Dashboard là gì?
LeetTab - Leetcode Dashboard là một tiện ích mở rộng Chrome được phát triển bởi bora-7, và tính năng chính của nó là "Have all your upcoming interviews and Leetcode stats in one place. Stay on the grind and land your dream software engineering job.".
Ả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 LeetTab - Leetcode Dashboard
Tải xuống các tệp mở rộng LeetTab - Leetcode Dashboard 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
Features: - Keep track of your upcoming interviews during interview season. - See questions done by difficulty, tag and language. - Today's daily. - Leaderboard (up to 4 people). - Recent submissions. LeetTab does not collect any personal data.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | LeetTab - Leetcode Dashboard |
ID | jmpkpppaflhbbghfbdbcabgjkfmemklo |
URL Chính Thức | https://chromewebstore.google.com/detail/leettab-leetcode-dashboar/jmpkpppaflhbbghfbdbcabgjkfmemklo |
Mô tả | Have all your upcoming interviews and Leetcode stats in one place. Stay on the grind and land your dream software engineering job. |
Kích Thước Tệp | 2.26 MB |
Số Lần Cài Đặt | 63 |
Phiên Bản Hiện Tại | 4.1 |
Cập Nhật Lần Cuối | 2024-01-10 |
Ngày Phát Hành | 2023-12-20 |
Đánh Giá | 5.00/5 Tổng số 14 Đánh Giá |
Nhà Phát Triển | bora-7 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://leettab.boraakyuz.me/ |
URL Trang Chính Sách Bảo Mật | https://boraakyuz.me/leettabprivacypolicy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LeetTab - Leetcode Dashboard", "description": "Have all your upcoming interviews and Leetcode stats in one place. Stay on the grind and land your dream software engineering job.", "version": "4.1", "permissions": [], "icons": { "16": ".\/favicon-16x16.png", "32": ".\/favicon-32x32.png", "192": ".\/android-chrome-192x192.png", "512": ".\/android-chrome-512x512.png" }, "manifest_version": 3, "chrome_url_overrides": { "newtab": "index.html" }, "browser_specific_settings": { "gecko": { "id": "[email protected]" } }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |