Competitive's Calender
Displays live and upcoming Programming Contests happening on a variety of popular platforms. HAPPY CODING!!
Apa itu Competitive's Calender?
Competitive's Calender adalah ekstensi Chrome yang dikembangkan oleh BrijMohan, dan fitur utamanya adalah "Displays live and upcoming Programming Contests happening on a variety of popular platforms. HAPPY CODING!!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Competitive's Calender
Unduh file ekstensi Competitive's Calender dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Now , you can track your favourite contests from your favourite platforms , with just one extension.
Informasi Dasar Ekstensi
Nama | Competitive's Calender |
ID | gdpdlpooiknamibdbdehipmifhemcngp |
URL Resmi | https://chromewebstore.google.com/detail/competitives-calender/gdpdlpooiknamibdbdehipmifhemcngp |
Deskripsi | Displays live and upcoming Programming Contests happening on a variety of popular platforms. HAPPY CODING!! |
Ukuran File | 776 KB |
Jumlah Instalasi | 109 |
Versi Saat Ini | 0.0.0.1 |
Terakhir Diperbarui | 2021-08-02 |
Tanggal Publikasi | 2021-07-31 |
Penilaian | 5.00/5 Total 8 Penilaian |
Pengembang | BrijMohan |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |