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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย govardhanasrija และคุณลักษณะหลักของมันคือ "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…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LeetCode Time-tracker
ดาวน์โหลดไฟล์ส่วนขยาย 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"
]
}
]
} | |