Competitive Coding Calendar
An extension that keeps users updated about Coding or Competitive Programming contests.
什麼是Competitive Coding Calendar?
Competitive Coding Calendar是由prakashaaditya18開發的Chrome擴展程式,該擴展的主要功能是“An extension that keeps users updated about Coding or Competitive Programming contests.”。
擴展截圖
下載Competitive Coding Calendar擴展crx文件
下載Competitive Coding Calendar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A Simplified and Exclusive Chrome Extension for All your Competitive Programming Contest List at a Single Place. Just Choose a Platform for which you want to get Today and Upcoming Contest List. You can Click on a particular contest and it will redirect you to the Main Contest Page.
If you like my Work Please Give Star and Review to this Extension.
Thank You 擴展基本資訊
| 名稱 | |
| ID | fhglbklldnbkhmhghpmgpnadfkjljnfj |
| 官方網址 | https://chromewebstore.google.com/detail/competitive-coding-calend/fhglbklldnbkhmhghpmgpnadfkjljnfj |
| 簡介 | An extension that keeps users updated about Coding or Competitive Programming contests. |
| 檔案大小 | 1.31 MB |
| 安裝次數 | 310 |
| 目前版本 | 4.0.1 |
| 更新時間 | 2021-12-20 |
| 上架時間 | 2021-11-24 |
| 評分 | 4.56/5 共 9 次評分 |
| 開發者 | prakashaaditya18 |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/Aaditya188 |
| 說明頁面URL | https://aadityaprakash.netlify.app/ |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Competitive Coding Calendar",
"description": "An extension that keeps users updated about Coding or Competitive Programming contests.",
"version": "4.0.1",
"manifest_version": 2,
"browser_action": {
"default_popup": "index.html",
"default_icon": "logo\/128.png"
},
"icons": {
"128": "logo\/128.png",
"48": "logo\/48.png",
"16": "logo\/16.png"
}
} | |