Leetcode List Stats
Shows solved/total for Leetcode lists
Leetcode List Stats là gì?
Leetcode List Stats là một tiện ích mở rộng Chrome được phát triển bởi nurgasemetey, và tính năng chính của nó là "Shows solved/total for Leetcode lists".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Leetcode List Stats
Tải xuống các tệp mở rộng Leetcode List Stats dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Leetcode List Stats |
ID | plpmpjdanlhakphajpkakpleiomfkpmg |
URL Chính Thức | https://chromewebstore.google.com/detail/leetcode-list-stats/plpmpjdanlhakphajpkakpleiomfkpmg |
Mô tả | Shows solved/total for Leetcode lists |
Kích Thước Tệp | 185 KB |
Số Lần Cài Đặt | 200 |
Phiên Bản Hiện Tại | 1.0.6 |
Cập Nhật Lần Cuối | 2021-11-27 |
Ngày Phát Hành | 2021-10-24 |
Nhà Phát Triển | nurgasemetey |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/nurgasemetey/leetcode-list-stats |
Ngôn Ngữ Được Hỗ Trợ | 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 } |