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…
Vad är LeetCode Time-tracker?
LeetCode Time-tracker är en Chrome-tillägg utvecklad av govardhanasrija, och dess huvudfunktion är "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…".
Tilläggsskärmbilder
Ladda ner LeetCode Time-tracker-förlängningens CRX-fil
Ladda ner LeetCode Time-tracker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | opeoboplngnmolppdopepcocepgcejlg |
| Officiell webbadress | https://chromewebstore.google.com/detail/leetcode-time-tracker/opeoboplngnmolppdopepcocepgcejlg |
| Beskrivning | 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… |
| Filstorlek | 3.29 KB |
| Antal Installationer | 30 |
| Aktuell Version | 0.1 |
| Senast Uppdaterad | 2021-01-27 |
| Publiceringsdatum | 2021-01-27 |
| Utvecklare | govardhanasrija |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
]
} | |