Leetcode List Stats
Shows solved/total for Leetcode lists
Cos'è Leetcode List Stats?
Leetcode List Stats è un'estensione di Chrome sviluppata da nurgasemetey, e la sua funzione principale è "Shows solved/total for Leetcode lists".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Leetcode List Stats
Scarica i file di estensione Leetcode List Stats in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Leetcode List Stats |
ID | plpmpjdanlhakphajpkakpleiomfkpmg |
URL Ufficiale | https://chromewebstore.google.com/detail/leetcode-list-stats/plpmpjdanlhakphajpkakpleiomfkpmg |
Descrizione | Shows solved/total for Leetcode lists |
Dimensione del File | 185 KB |
Conteggio Installazioni | 200 |
Versione Corrente | 1.0.6 |
Ultimo Aggiornamento | 2021-11-27 |
Data di Pubblicazione | 2021-10-24 |
Sviluppatore | nurgasemetey |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/nurgasemetey/leetcode-list-stats |
Lingue Supportate | 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 } |