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 |
| 公式URL | 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 |
| Eメール | [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"
}
} | |