Bogosearch - LeetCode Rooms
Add rooms to LeetCode to compete solving problems with friends.
什麼是Bogosearch - LeetCode Rooms?
Bogosearch - LeetCode Rooms是由Sunny Guan開發的Chrome擴展程式,該擴展的主要功能是“Add rooms to LeetCode to compete solving problems with friends.”。
擴展截圖
下載Bogosearch - LeetCode Rooms擴展crx文件
下載Bogosearch - LeetCode Rooms擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | Bogosearch - LeetCode Rooms |
ID | elcfbhjmhecbkfilbohmojhoiidpokjf |
官方網址 | https://chromewebstore.google.com/detail/bogosearch-leetcode-rooms/elcfbhjmhecbkfilbohmojhoiidpokjf |
簡介 | Add rooms to LeetCode to compete solving problems with friends. |
檔案大小 | 2.88 MB |
安裝次數 | 217 |
目前版本 | 0.4.3 |
更新時間 | 2023-02-22 |
上架時間 | 2022-10-25 |
評分 | 5.00/5 共 5 次評分 |
開發者 | Sunny Guan |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/sunnyguan/leetcode-rooms-chrome-extension |
說明頁面URL | https://github.com/sunnyguan/leetcode-rooms-chrome-extension |
支援的語言 | 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" } } |