Leetcode List Stats
Shows solved/total for Leetcode lists
Hvad er Leetcode List Stats?
Leetcode List Stats er en Chrome-udvidelse udviklet af nurgasemetey, og dens hovedfunktion er "Shows solved/total for Leetcode lists".
Udvidelsesskærmbilleder
Download Leetcode List Stats-udvidelses-CRX-fil
Download Leetcode List Stats-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Leetcode List Stats |
ID | plpmpjdanlhakphajpkakpleiomfkpmg |
Officiel URL | https://chromewebstore.google.com/detail/leetcode-list-stats/plpmpjdanlhakphajpkakpleiomfkpmg |
Beskrivelse | Shows solved/total for Leetcode lists |
Filstørrelse | 185 KB |
Antal Installationer | 200 |
Nuværende Version | 1.0.6 |
Senest Opdateret | 2021-11-27 |
Udgivelsesdato | 2021-10-24 |
Udvikler | nurgasemetey |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/nurgasemetey/leetcode-list-stats |
Understøttede Sprog | 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 } |