LeetBuddies
An extension to help you to keep track of your friends' problem-solving achievements on LeetCode by displaying the leaderboard.
LeetBuddies란 무엇입니까?
LeetBuddies은(는) Mohit Singh Chauhan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension to help you to keep track of your friends' problem-solving achievements on LeetCode by displaying the leaderboard."입니다.
확장 프로그램 스크린샷
LeetBuddies 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
LeetBuddies Extension is a Chrome extension that helps you track your friends' progress on LeetCode and compete with them in a healthy way. It also provides features like dark mode and customized stats. Here are some of the key features of LeetBuddies Extension: 👉 Track your friends' progress: See how many problems they have solved, their ranking, and their performance in contests. 👉 Compete with your friends: See who can solve the most problems or get the highest ranking. 👉 Dark mode: Choose a dark interface to reduce eye strain. 👉 Customized stats: Choose which stats you want to see, such as activity, heatmap, and contest performance. LeetBuddies Extension is open-source, so you can contribute to its development. You can also share it with your coding buddies to help them improve their LeetCode skills. To learn more about LeetBuddies Extension, visit the website or the GitHub repository: https://github.com/MohitSinghChauhan/LeetBuddies and be part of the LeetBuddies! Note: LeetBuddies is not affiliated with LeetCode. The extension solely aims to enhance the LeetCode experience for its users.
확장 프로그램 기본 정보
이름 | LeetBuddies |
ID | bdjodimflodichjajpgehjfbdbhkbhnd |
공식 URL | https://chromewebstore.google.com/detail/leetbuddies/bdjodimflodichjajpgehjfbdbhkbhnd |
설명 | An extension to help you to keep track of your friends' problem-solving achievements on LeetCode by displaying the leaderboard. |
파일 크기 | 71.66 KB |
설치 횟수 | 140 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2023-07-10 |
출시 날짜 | 2023-06-29 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | Mohit Singh Chauhan |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "LeetBuddies", "version": "1.0.1", "description": "An extension to help you to keep track of your friends' problem-solving achievements on LeetCode by displaying the leaderboard.", "icons": { "16": "assets\/icons\/icon16.png", "32": "assets\/icons\/icon32.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" }, "action": { "default_popup": "popup\/popup.html" } } |