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…
Apa itu LeetCode Time-tracker?
LeetCode Time-tracker adalah ekstensi Chrome yang dikembangkan oleh govardhanasrija, dan fitur utamanya adalah "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 Ekstensi
Unduh Berkas CRX Ekstensi LeetCode Time-tracker
Unduh file ekstensi LeetCode Time-tracker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | LeetCode Time-tracker |
ID | opeoboplngnmolppdopepcocepgcejlg |
URL Resmi | https://chromewebstore.google.com/detail/leetcode-time-tracker/opeoboplngnmolppdopepcocepgcejlg |
Deskripsi | 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… |
Ukuran File | 3.29 KB |
Jumlah Instalasi | 30 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2021-01-27 |
Tanggal Publikasi | 2021-01-27 |
Pengembang | govardhanasrija |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |