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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | LeetCode Time-tracker |
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" ] } ] } |