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 |
| Eメール | [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'"
}
} | |