Leetcode List Stats

Shows solved/total for Leetcode lists

什麼是Leetcode List Stats?

Leetcode List Stats是由nurgasemetey開發的Chrome擴展程式,該擴展的主要功能是“Shows solved/total for Leetcode lists”。

擴展截圖

screenshot
screenshot

下載Leetcode List Stats擴展crx文件

下載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
官方網址 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
}