Competitive Coding Calendar
An extension that keeps users updated about Coding or Competitive Programming contests.
Vad är Competitive Coding Calendar?
Competitive Coding Calendar är en Chrome-tillägg utvecklad av prakashaaditya18, och dess huvudfunktion är "An extension that keeps users updated about Coding or Competitive Programming contests.".
Tilläggsskärmbilder
Ladda ner Competitive Coding Calendar-förlängningens CRX-fil
Ladda ner Competitive Coding Calendar-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
A Simplified and Exclusive Chrome Extension for All your Competitive Programming Contest List at a Single Place. Just Choose a Platform for which you want to get Today and Upcoming Contest List. You can Click on a particular contest and it will redirect you to the Main Contest Page. If you like my Work Please Give Star and Review to this Extension. Thank You
Grundläggande Information om Tillägg
Namn | Competitive Coding Calendar |
ID | fhglbklldnbkhmhghpmgpnadfkjljnfj |
Officiell webbadress | https://chromewebstore.google.com/detail/competitive-coding-calend/fhglbklldnbkhmhghpmgpnadfkjljnfj |
Beskrivning | An extension that keeps users updated about Coding or Competitive Programming contests. |
Filstorlek | 1.31 MB |
Antal Installationer | 310 |
Aktuell Version | 4.0.1 |
Senast Uppdaterad | 2021-12-20 |
Publiceringsdatum | 2021-11-24 |
Betyg | 4.56/5 Totalt 9 Betyg |
Utvecklare | prakashaaditya18 |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/Aaditya188 |
Hjälpsida URL | https://aadityaprakash.netlify.app/ |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Competitive Coding Calendar", "description": "An extension that keeps users updated about Coding or Competitive Programming contests.", "version": "4.0.1", "manifest_version": 2, "browser_action": { "default_popup": "index.html", "default_icon": "logo\/128.png" }, "icons": { "128": "logo\/128.png", "48": "logo\/48.png", "16": "logo\/16.png" } } |