Leetcode List Stats
Shows solved/total for Leetcode lists
Leetcode List Statsとは何ですか?
Leetcode List Statsはnurgasemeteyによって開発されたChromeの拡張機能で、その主な機能は「Shows solved/total for Leetcode lists」です。
拡張機能のスクリーンショット
Leetcode List Stats拡張機能のCRXファイルをダウンロード
Leetcode List Stats拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 拡張機能の基本情報
| 名前 | |
| ID | plpmpjdanlhakphajpkakpleiomfkpmg |
| 公式URL | https://chromewebstore.google.com/detail/leetcode-list-stats/plpmpjdanlhakphajpkakpleiomfkpmg |
| 説明 | Shows solved/total for Leetcode lists |
| ファイルサイズ | 185 KB |
| インストール数 | 200 |
| 現在のバージョン | 1.0.6 |
| 最終更新日 | 2021-11-27 |
| 公開日 | 2021-10-24 |
| 開発者 | nurgasemetey |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/nurgasemetey/leetcode-list-stats |
| 対応言語 | 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
} | |