CP Calendar
Chrome extension for checking Competitive programming contests schedule organized by various platforms.
什麼是CP Calendar?
CP Calendar是由vasu.kesharwani24開發的Chrome擴展程式,該擴展的主要功能是“Chrome extension for checking Competitive programming contests schedule organized by various platforms.”。
擴展截圖
下載CP Calendar擴展crx文件
下載CP Calendar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Get every contest schedule details at one place Shows schedule for today's and upcoming contests Simple dropdown menu for filtering by platforms Supports nearly every contest platform Minimal Dark UI Blazing fast! Updates- Fixed minor bugs.
擴展基本資訊
名稱 | CP Calendar |
ID | gnnibhojjocbjpkhhlphelmiiffodajj |
官方網址 | https://chromewebstore.google.com/detail/cp-calendar/gnnibhojjocbjpkhhlphelmiiffodajj |
簡介 | Chrome extension for checking Competitive programming contests schedule organized by various platforms. |
檔案大小 | 1.57 MB |
安裝次數 | 932 |
目前版本 | 3.0.0 |
更新時間 | 2022-12-19 |
上架時間 | 2021-06-06 |
評分 | 3.88/5 共 8 次評分 |
開發者 | vasu.kesharwani24 |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CP Calendar", "description": "Chrome extension for checking Competitive programming contests schedule organized by various platforms.", "manifest_version": 3, "version": "3.0.0", "action": { "default_popup": "index.html", "default_title": "Open the popup" }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "host_permissions": [ "https:\/\/clist.by\/api\/v2\/contest" ] } |