Leetcode List Stats

Shows solved/total for Leetcode lists

Leetcode List Statsคืออะไร?

Leetcode List Stats เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nurgasemetey และคุณลักษณะหลักของมันคือ "Shows solved/total for Leetcode lists"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Leetcode List Stats

ดาวน์โหลดไฟล์ส่วนขยาย Leetcode List Stats ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        As you know Leetcode doesn't show number of solved problems in lists. 
With this extension you can view stats for Leetcode problem lists. 

Source code: https://github.com/nurgasemetey/leetcode-list-stats                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Leetcode List Stats Leetcode List Stats
ID plpmpjdanlhakphajpkakpleiomfkpmg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/leetcode-list-stats/plpmpjdanlhakphajpkakpleiomfkpmg
คำอธิบาย Shows solved/total for Leetcode lists
ขนาดไฟล์ 185 KB
จำนวนการติดตั้ง 200
เวอร์ชันปัจจุบัน 1.0.6
อัปเดตครั้งล่าสุด 2021-11-27
วันที่เผยแพร่ 2021-10-24
ผู้พัฒนา nurgasemetey
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/nurgasemetey/leetcode-list-stats
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Leetcode List Stats",
    "short_name": "LeetcodeListStats",
    "description": "Shows solved\/total for Leetcode lists",
    "version": "1.0.6",
    "permissions": [
        "*:\/\/*.leetcode.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "Leetcode List Stats",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}