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