Leetcode List Stats

Shows solved/total for Leetcode lists

Leetcode List Stats क्या है?

Leetcode List Stats nurgasemetey द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows solved/total for Leetcode lists"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Leetcode List Stats एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}