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.
Co to jest LeetTab - Leetcode Dashboard?
LeetTab - Leetcode Dashboard to rozszerzenie Chrome opracowane przez bora-7, a jego główną funkcją jest „Have all your upcoming interviews and Leetcode stats in one place. Stay on the grind and land your dream software engineering job.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia LeetTab - Leetcode Dashboard
Pobierz pliki rozszerzeń LeetTab - Leetcode Dashboard w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | LeetTab - Leetcode Dashboard |
ID | jmpkpppaflhbbghfbdbcabgjkfmemklo |
Oficjalny URL | https://chromewebstore.google.com/detail/leettab-leetcode-dashboar/jmpkpppaflhbbghfbdbcabgjkfmemklo |
Opis | Have all your upcoming interviews and Leetcode stats in one place. Stay on the grind and land your dream software engineering job. |
Rozmiar pliku | 2.26 MB |
Liczba instalacji | 63 |
Aktualna Wersja | 4.1 |
Ostatnia Aktualizacja | 2024-01-10 |
Data Publikacji | 2023-12-20 |
Ocena | 5.00/5 Łącznie 14 Oceny |
Deweloper | bora-7 |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://leettab.boraakyuz.me/ |
Adres URL Strony Polityki Prywatności | https://boraakyuz.me/leettabprivacypolicy |
Obsługiwane Języki | 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'" } } |