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…
Cos'è LeetCode Time-tracker?
LeetCode Time-tracker è un'estensione di Chrome sviluppata da govardhanasrija, e la sua funzione principale è "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…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione LeetCode Time-tracker
Scarica i file di estensione LeetCode Time-tracker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | opeoboplngnmolppdopepcocepgcejlg |
| URL Ufficiale | https://chromewebstore.google.com/detail/leetcode-time-tracker/opeoboplngnmolppdopepcocepgcejlg |
| Descrizione | 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… |
| Dimensione del File | 3.29 KB |
| Conteggio Installazioni | 30 |
| Versione Corrente | 0.1 |
| Ultimo Aggiornamento | 2021-01-27 |
| Data di Pubblicazione | 2021-01-27 |
| Sviluppatore | govardhanasrija |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
}
]
} | |