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 |
| 官方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'"
}
} | |