LeetTab - Leetcode Dashboard
Have all your upcoming interviews and Leetcode stats in one place. Stay on the grind and land your dream software engineering job.
ما هو LeetTab - Leetcode Dashboard؟
LeetTab - Leetcode Dashboard هو إضافة Chrome تم تطويرها بواسطة bora-7، والميزة الرئيسية لها هي "Have all your upcoming interviews and Leetcode stats in one place. Stay on the grind and land your dream software engineering job.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة LeetTab - Leetcode Dashboard
قم بتنزيل ملفات الامتداد LeetTab - Leetcode Dashboard بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Features: - Keep track of your upcoming interviews during interview season. - See questions done by difficulty, tag and language. - Today's daily. - Leaderboard (up to 4 people). - Recent submissions. LeetTab does not collect any personal data.
معلومات أساسية عن التمديد
الاسم | LeetTab - Leetcode Dashboard |
ID | jmpkpppaflhbbghfbdbcabgjkfmemklo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/leettab-leetcode-dashboar/jmpkpppaflhbbghfbdbcabgjkfmemklo |
الوصف | Have all your upcoming interviews and Leetcode stats in one place. Stay on the grind and land your dream software engineering job. |
حجم الملف | 2.26 MB |
عدد التثبيتات | 63 |
النسخة الحالية | 4.1 |
آخر تحديث | 2024-01-10 |
تاريخ النشر | 2023-12-20 |
تقييم | 5.00/5 مجموع تقييمات 14 |
المطور | bora-7 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://leettab.boraakyuz.me/ |
عنوان صفحة سياسة الخصوصية | https://boraakyuz.me/leettabprivacypolicy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LeetTab - Leetcode Dashboard", "description": "Have all your upcoming interviews and Leetcode stats in one place. Stay on the grind and land your dream software engineering job.", "version": "4.1", "permissions": [], "icons": { "16": ".\/favicon-16x16.png", "32": ".\/favicon-32x32.png", "192": ".\/android-chrome-192x192.png", "512": ".\/android-chrome-512x512.png" }, "manifest_version": 3, "chrome_url_overrides": { "newtab": "index.html" }, "browser_specific_settings": { "gecko": { "id": "[email protected]" } }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |