Leetcode List Stats

Shows solved/total for Leetcode lists

Wat is Leetcode List Stats?

Leetcode List Stats is een Chrome-extensie ontwikkeld door nurgasemetey, en de belangrijkste functie is "Shows solved/total for Leetcode lists".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Leetcode List Stats

Download Leetcode List Stats-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Leetcode List Stats Leetcode List Stats
ID plpmpjdanlhakphajpkakpleiomfkpmg
Officiële URL https://chromewebstore.google.com/detail/leetcode-list-stats/plpmpjdanlhakphajpkakpleiomfkpmg
Beschrijving Shows solved/total for Leetcode lists
Bestandsgrootte 185 KB
Aantal Installaties 200
Huidige Versie 1.0.6
Laatst Bijgewerkt 2021-11-27
Publicatiedatum 2021-10-24
Ontwikkelaar nurgasemetey
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/nurgasemetey/leetcode-list-stats
Ondersteunde Talen 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
}