LeetCode Time-tracker
This extension lets you track the time you spend on solving a problem on Leetcode and will warn you if you take more than 30…
LeetCode Time-trackerとは何ですか?
LeetCode Time-trackerはgovardhanasrijaによって開発されたChromeの拡張機能で、その主な機能は「This extension lets you track the time you spend on solving a problem on Leetcode and will warn you if you take more than 30…」です。
拡張機能のスクリーンショット
LeetCode Time-tracker拡張機能のCRXファイルをダウンロード
LeetCode Time-tracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension lets you track the time you spend on solving a problem on Leetcode and will warn you if you take more than 30 minutes to crack it.
拡張機能の基本情報
名前 | LeetCode Time-tracker |
ID | opeoboplngnmolppdopepcocepgcejlg |
公式URL | https://chromewebstore.google.com/detail/leetcode-time-tracker/opeoboplngnmolppdopepcocepgcejlg |
説明 | This extension lets you track the time you spend on solving a problem on Leetcode and will warn you if you take more than 30… |
ファイルサイズ | 3.29 KB |
インストール数 | 30 |
現在のバージョン | 0.1 |
最終更新日 | 2021-01-27 |
公開日 | 2021-01-27 |
開発者 | govardhanasrija |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LeetCode Time-tracker", "version": "0.1", "content_scripts": [ { "matches": [ "https:\/\/leetcode.com\/problems\/*" ], "js": [ "content.js" ] } ] } |