LeetCode Search by Question ID

When you want to do a certain question with LeetCode, and you only know the question number, you must go to the search bar of…

Τι είναι το LeetCode Search by Question ID;

Το LeetCode Search by Question ID είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον pengyuc.swe, και η κύρια λειτουργία του είναι "When you want to do a certain question with LeetCode, and you only know the question number, you must go to the search bar of…".

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

Λήψη αρχείου CRX της επέκτασης LeetCode Search by Question ID

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

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

                        When you want to do a certain question with LeetCode, and you only know the question number, you must go to the search bar of LeetCode to type the question number, which is very inefficient.

Using this plugin, you can easily search for a question by typing its number!

20240209
* Migrate to Manifest V3
* Save the `questionIdToSlugObj` in `chrome.storage.local` to save API calls                    

Βασικές Πληροφορίες Επέκτασης

Όνομα LeetCode Search by Question ID LeetCode Search by Question ID
ID ojjdknpfilphlnlnebagigcgejnkndlf
Επίσημο URL https://chromewebstore.google.com/detail/leetcode-search-by-questi/ojjdknpfilphlnlnebagigcgejnkndlf
Περιγραφή When you want to do a certain question with LeetCode, and you only know the question number, you must go to the search bar of…
Μέγεθος Αρχείου 30.35 KB
Αριθμός Εγκαταστάσεων 90
Τρέχουσα Έκδοση 0.0.0.3
Τελευταία Ενημέρωση 2024-02-10
Ημερομηνία Δημοσίευσης 2020-12-02
Αξιολόγηση 4.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής pengyuc.swe
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/walkccc/leetcode-search-by-question-id
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "LeetCode Search by Question ID",
    "version": "0.0.0.3",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": "icons\/48.png",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "service_worker": "serviceWorker.js",
        "type": "module"
    }
}