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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}