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
扩展基本信息
名称 | Competitive Coding Calendar |
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 |
电子邮箱 | [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" } } |