Bogosearch - LeetCode Rooms
Add rooms to LeetCode to compete solving problems with friends.
Bogosearch - LeetCode Rooms là gì?
Bogosearch - LeetCode Rooms là một tiện ích mở rộng Chrome được phát triển bởi Sunny Guan, và tính năng chính của nó là "Add rooms to LeetCode to compete solving problems with friends.".
Ả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 Bogosearch - LeetCode Rooms
Tải xuống các tệp mở rộng Bogosearch - LeetCode Rooms 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
Are you sad that binarysearch.com is down? Want to practice LeetCode questions and flex on your friends too? This is the perfect extension for you! We added rooms to LeetCode so you can race to solve problems with your friends with chat, leaderboard, topic selection, unlimited number of questions, and more. Getting Started: 1. Install this extension. 2. Go to a LeetCode page. 3. Join or create a room. 4. Invite friends! Features: 1. Leaderboard 2. Blind 75 + NeetCode 150 problemsets 3. Specific problem selection 4. Chat with @username mention
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Bogosearch - LeetCode Rooms |
ID | elcfbhjmhecbkfilbohmojhoiidpokjf |
URL Chính Thức | https://chromewebstore.google.com/detail/bogosearch-leetcode-rooms/elcfbhjmhecbkfilbohmojhoiidpokjf |
Mô tả | Add rooms to LeetCode to compete solving problems with friends. |
Kích Thước Tệp | 2.88 MB |
Số Lần Cài Đặt | 217 |
Phiên Bản Hiện Tại | 0.4.3 |
Cập Nhật Lần Cuối | 2023-02-22 |
Ngày Phát Hành | 2022-10-25 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Sunny Guan |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/sunnyguan/leetcode-rooms-chrome-extension |
URL Trang Trợ Giúp | https://github.com/sunnyguan/leetcode-rooms-chrome-extension |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bogosearch - LeetCode Rooms", "version": "0.4.3", "description": "Add rooms to LeetCode to compete solving problems with friends.", "content_scripts": [ { "js": [ "scripts\/questions_title_mapping.js", "scripts\/socket.io.2.js", "scripts\/constants.js", "scripts\/utils.js", "scripts\/content.js" ], "matches": [ "https:\/\/leetcode.com\/problems\/*" ] } ], "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "tabs" ], "icons": { "128": "128.png", "64": "64.png" } } |