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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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. Основная информация о расширении
| Название | |
| 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/ |
| URL страницы политики конфиденциальности | 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'"
}
} | |