Contest Reminder

Tells the time remaining for the latest contest that will happen in Codeforces. You need not to login and see for the latest…

Contest Reminderとは何ですか?

Contest Reminderはsaswataghoshnit99によって開発されたChromeの拡張機能で、その主な機能は「Tells the time remaining for the latest contest that will happen in Codeforces. You need not to login and see for the latest…」です。

拡張機能のスクリーンショット

screenshot

Contest Reminder拡張機能のCRXファイルをダウンロード

Contest Reminder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Tells the time remaining for the latest contest that will happen in Codeforces. You need not to login and see for the latest contest. Its just a click away.                    

拡張機能の基本情報

名前 Contest Reminder Contest Reminder
ID hilcmakgbdcpckknlcfnahleifhncblh
公式URL https://chromewebstore.google.com/detail/contest-reminder/hilcmakgbdcpckknlcfnahleifhncblh
説明 Tells the time remaining for the latest contest that will happen in Codeforces. You need not to login and see for the latest…
ファイルサイズ 5.96 KB
インストール数 43
現在のバージョン 0.0.1
最終更新日 2022-01-11
公開日 2022-01-10
評価 5.00/5 合計 7 レビュー
開発者 saswataghoshnit99
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Contest Reminder",
    "version": "0.0.1",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "logo.png"
    },
    "icons": {
        "128": "logo.png"
    }
}