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