Daily-Challenge Reminder
Reminds user to complete the Leetcode Daily Challenge Question
Daily-Challenge Reminder란 무엇입니까?
Daily-Challenge Reminder은(는) siddhantchawla에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Reminds user to complete the Leetcode Daily Challenge Question"입니다.
확장 프로그램 스크린샷
Daily-Challenge Reminder 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension sends notifications periodically as reminders to the user to complete the Leetcode Daily Challenge Question and eventually helps them to be more consistent in their Problem Solving journey. It uses the saved cookies in the browser to fetch User Specific data from Leetcode APIs. Note: The user must be signed in to Leetcode for the extension to send notifications and work optimally.
확장 프로그램 기본 정보
이름 | Daily-Challenge Reminder |
ID | fgpphonilhabeglmgpbabbnamimmbihf |
공식 URL | https://chromewebstore.google.com/detail/daily-challenge-reminder/fgpphonilhabeglmgpbabbnamimmbihf |
설명 | Reminds user to complete the Leetcode Daily Challenge Question |
파일 크기 | 1.02 MB |
설치 횟수 | 360 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2022-02-15 |
출시 날짜 | 2022-02-07 |
평점 | 5.00/5 총 9 개의 평점 |
개발자 | siddhantchawla |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Daily-Challenge Reminder", "description": "Reminds user to complete the Leetcode Daily Challenge Question", "version": "1.0.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo5.png" }, "permissions": [ "cookies", "alarms", "activeTab", "notifications" ], "host_permissions": [ "https:\/\/leetcode.com\/*" ], "action": { "default_popup": "popup.html" } } |