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是由bora-7開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載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 |
| 官方網址 | 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'"
}
} | |