LeetBuddies

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

Τι είναι το LeetBuddies;

Το LeetBuddies είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Mohit Singh Chauhan, και η κύρια λειτουργία του είναι "An extension to help you to keep track of your friends' problem-solving achievements on LeetCode by displaying the leaderboard.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης LeetBuddies

Λήψη αρχείων επέκτασης LeetBuddies σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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 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"
    }
}