Leetcode List Stats
Shows solved/total for Leetcode lists
Apa itu Leetcode List Stats?
Leetcode List Stats adalah ekstensi Chrome yang dikembangkan oleh nurgasemetey, dan fitur utamanya adalah "Shows solved/total for Leetcode lists".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Leetcode List Stats
Unduh file ekstensi Leetcode List Stats dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Leetcode List Stats |
ID | plpmpjdanlhakphajpkakpleiomfkpmg |
URL Resmi | https://chromewebstore.google.com/detail/leetcode-list-stats/plpmpjdanlhakphajpkakpleiomfkpmg |
Deskripsi | Shows solved/total for Leetcode lists |
Ukuran File | 185 KB |
Jumlah Instalasi | 200 |
Versi Saat Ini | 1.0.6 |
Terakhir Diperbarui | 2021-11-27 |
Tanggal Publikasi | 2021-10-24 |
Pengembang | nurgasemetey |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/nurgasemetey/leetcode-list-stats |
Bahasa yang Didukung | 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 } |