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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

LeetTab - Leetcode Dashboard 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 LeetTab - Leetcode Dashboard LeetTab - Leetcode Dashboard
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'"
    }
}