LeetBuddies

An extension to help you to keep track of your friends' problem-solving achievements on LeetCode by displaying the leaderboard.

Was ist LeetBuddies?

LeetBuddies ist eine Chrome-Erweiterung, die von Mohit Singh Chauhan entwickelt wurde, und ihr Hauptmerkmal ist "An extension to help you to keep track of your friends' problem-solving achievements on LeetCode by displaying the leaderboard.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

LeetBuddies-Erweiterungs-CRX-Datei herunterladen

Laden Sie LeetBuddies-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name LeetBuddies LeetBuddies
ID bdjodimflodichjajpgehjfbdbhkbhnd
Offizielle URL https://chromewebstore.google.com/detail/leetbuddies/bdjodimflodichjajpgehjfbdbhkbhnd
Beschreibung An extension to help you to keep track of your friends' problem-solving achievements on LeetCode by displaying the leaderboard.
Dateigröße 71.66 KB
Installationsanzahl 140
Aktuelle Version 1.0.1
Letztes Update 2023-07-10
Veröffentlichungsdatum 2023-06-29
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Mohit Singh Chauhan
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}