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. 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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"
]
}
]
} | |