CP Contest Calendar

This Chrome extension displays information about upcoming CP contests.

CP Contest Calendar란 무엇입니까?

CP Contest Calendar은(는) Grantam Tam에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This Chrome extension displays information about upcoming CP contests."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

CP Contest Calendar 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension is appreciable for programmers who do Competitive Programming. This extension can help in finding upcoming CP contests on different platforms.

Features:
⚙️ This extension shows contest details of upcoming contests on eight supported different platforms.
⚙️ This extension allows users to choose any platform out of these eight to show upcoming contest details.
⚙️ Users can set alarming notifications for their contests. After setting up a contest alarm user will be redirected to the contest page just before 1 minute the contest starts. (only if the browser is open).
⚙️ A user-friendly and esthetic interface.

Shortcut Key:
☑️ On window & Linux Press "Ctrl+Shift+1".
☑️ On Mac Press "Command+Shift+1".
🔘 Press «Esc» to cancel the tool on the page.

Install this extension on your computer and leave reviews so that we know what we're creating is impactful stuff for others.
Please leave feedback so that we can correct any flaws and make our extension even more user-friendly😃.

Note:
The contest details are not made or manipulated by this extension side. The information displayed in this extension is derived from the CLIST API.
For additional information about this API, please see: https://clist.by/api/v2/doc                    

확장 프로그램 기본 정보

이름 CP Contest Calendar CP Contest Calendar
ID nchadgecfkcdikollfdhgobmjoeaiegd
공식 URL https://chromewebstore.google.com/detail/cp-contest-calendar/nchadgecfkcdikollfdhgobmjoeaiegd
설명 This Chrome extension displays information about upcoming CP contests.
파일 크기 468 KB
설치 횟수 100,000
현재 버전 1.0.2.4
최근 업데이트 2023-06-07
출시 날짜 2022-06-01
평점 4.67/5 총 6 개의 평점
개발자 Grantam Tam
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://webchrometools.netlify.app/#/cpcontestcalendar
도움말 페이지 URL https://webchrometools.netlify.app/#/review/cpcontestcalendar
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CP Contest Calendar",
    "description": "This Chrome extension displays information about upcoming CP contests.",
    "version": "1.0.2.4",
    "manifest_version": 3,
    "host_permissions": [
        ""
    ],
    "permissions": [
        "alarms",
        "notifications",
        "cookies",
        "storage"
    ],
    "icons": {
        "128": "logo\/128.png",
        "96": "logo\/96.png",
        "48": "logo\/48.png",
        "16": "logo\/16.png"
    },
    "homepage_url": "https:\/\/webchrometools.netlify.app\/#\/cpcontestcalendar",
    "action": {
        "default_popup": "index.html",
        "default_icon": "images\/logo1.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+1",
                "mac": "Command+Shift+1"
            }
        }
    }
}