Coding Schedule
The main purpose of this extension is to make the competitive programming community aware about live and upcoming contests.
什么是Coding Schedule?
Coding Schedule是由https://codingschedule.gitlab.io开发的Chrome扩展程序,该扩展的主要功能是“The main purpose of this extension is to make the competitive programming community aware about live and upcoming contests.”。
扩展截图
下载Coding Schedule扩展crx文件
下载Coding Schedule扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The big programming platforms such as Atcoder, Codeforces, Codechef, Csacademy, Hackerearth, Hackerrank, Topcoder,Spoj and many more are available. Main Feature of our extension is the reminder option which when set, gives notification before the contest starts, you can even snooze it. You can also add contests in your google calender. Other features includes subscribe, hide contests, add contests and many more. Please rate us and suggest us for more specific functions. See you on the Leader board !!! Happy Coding!
扩展基本信息
名称 | Coding Schedule |
ID | jbekfkgidfgnjgnnaiklfjhepdbhclme |
官方URL | https://chromewebstore.google.com/detail/coding-schedule/jbekfkgidfgnjgnnaiklfjhepdbhclme |
简介 | The main purpose of this extension is to make the competitive programming community aware about live and upcoming contests. |
文件大小 | 297 KB |
安装次数 | 620 |
当前版本 | 3.0 |
更新时间 | 2019-09-28 |
上架时间 | 2019-09-28 |
评分 | 5.00/5 共8次评分 |
开发者 | https://codingschedule.gitlab.io |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://codingschedule.gitlab.io/ |
帮助页面URL | https://codingschedule.gitlab.io/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Coding Schedule", "version": "3.0", "description": "The main purpose of this extension is to make the competitive programming community aware about live and upcoming contests.", "homepage_url": "https:\/\/codingschedule.gitlab.io", "permissions": [ "storage", "http:\/\/codescrape.azurewebsites.net\/getData" ], "options_page": "options.html", "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/csicon16.png", "32": "images\/csicon32.png", "48": "images\/csicon48.png", "128": "images\/csicon128.png" } }, "icons": { "16": "images\/csicon16.png", "32": "images\/csicon32.png", "48": "images\/csicon48.png", "128": "images\/csicon128.png" }, "manifest_version": 2 } |