Kontest Reminder
This extension will never let you forget about any coding contest
Kontest Reminder란 무엇입니까?
Kontest Reminder은(는) Nisarg, Anjali, Akshay, Rishikesh에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension will never let you forget about any coding contest"입니다.
확장 프로그램 스크린샷
Kontest Reminder 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Now available on Firefox store as well: https://addons.mozilla.org/en-US/firefox/addon/kontest-reminder/ What's New? - Visit a Coding Contest in one click. - Add contest to google calendar and use its features. - Set an alarm which will allow the extension to open the contest link 1 minute prior to the contest. - Delete a contest in the list. - Select specific websites for updates. Sites we support? - Codechef - Codeforces - Hacker Earth - Geeks For Geeks - Leetcode and many more... Kontest-Reminder doesn’t take any personal information from the user. It fetches data from API's one an hour and stores it in chrome database. Shout out to kontests.net for providing with awesome api's. We are planning to make our own API's hope then we can perform better.
확장 프로그램 기본 정보
이름 | Kontest Reminder |
ID | imdlnagpdjhelkapllclmdogjobpoihg |
공식 URL | https://chromewebstore.google.com/detail/kontest-reminder/imdlnagpdjhelkapllclmdogjobpoihg |
설명 | This extension will never let you forget about any coding contest |
파일 크기 | 1.03 MB |
설치 횟수 | 1,604 |
현재 버전 | 2.1.3 |
최근 업데이트 | 2023-08-02 |
출시 날짜 | 2021-06-18 |
평점 | 4.65/5 총 23 개의 평점 |
개발자 | Nisarg, Anjali, Akshay, Rishikesh |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://anju218.github.io/Kontest_Reminder |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kontest Reminder", "version": "2.1.3", "description": "This extension will never let you forget about any coding contest", "homepage_url": "https:\/\/nisarg0.github.io\/Kontest-Reminder\/", "manifest_version": 2, "minimum_chrome_version": "74", "icons": { "48": "Assets\/card.png" }, "permissions": [ "alarms", "https:\/\/leetcode.com\/graphql", "https:\/\/practiceapi.geeksforgeeks.org\/api\/vr\/events\/?page_number=1&sub_type=all&type=contest", "https:\/\/practiceapi.geeksforgeeks.org\/api\/v1\/problems-of-day\/problem\/today\/" ], "options_ui": { "browser_style": true, "page": "options.html" }, "background": { "scripts": [ "browser-polyfill.js", "background.bundle.js" ] }, "browser_action": { "default_icon": "Assets\/card.png", "default_title": "Click here to see your Coding Schedule.", "default_popup": "popup.html" }, "author": { "name": "Nisarg Gogate", "url": "https:\/\/github.com\/nisarg0" } } |