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 |
官方網址 | 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 } |