Competitive's Calender

Displays live and upcoming Programming Contests happening on a variety of popular platforms. HAPPY CODING!!

什麼是Competitive's Calender?

Competitive's Calender是由BrijMohan開發的Chrome擴展程式,該擴展的主要功能是“Displays live and upcoming Programming Contests happening on a variety of popular platforms. HAPPY CODING!!”。

擴展截圖

screenshot
screenshot

下載Competitive's Calender擴展crx文件

下載Competitive's Calender擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Now , you can track your favourite contests from your favourite platforms , with just one extension.                    

擴展基本資訊

名稱 Competitive's Calender Competitive's Calender
ID gdpdlpooiknamibdbdehipmifhemcngp
官方網址 https://chromewebstore.google.com/detail/competitives-calender/gdpdlpooiknamibdbdehipmifhemcngp
簡介 Displays live and upcoming Programming Contests happening on a variety of popular platforms. HAPPY CODING!!
檔案大小 776 KB
安裝次數 109
目前版本 0.0.0.1
更新時間 2021-08-02
上架時間 2021-07-31
評分 5.00/5 共 8 次評分
開發者 BrijMohan
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": " Competitive's Calender",
    "description": "Displays live and upcoming Programming Contests happening on a variety of popular platforms. HAPPY CODING!!",
    "version": "0.0.0.1",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Calender"
    },
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "permissions": [
        "https:\/\/kontests.net\/api\/v1\/all"
    ]
}