Competitive Coding Calendar
An extension that keeps users updated about Coding or Competitive Programming contests.
Competitive Coding Calendar क्या है?
Competitive Coding Calendar prakashaaditya18 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension that keeps users updated about Coding or Competitive Programming contests."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Competitive Coding Calendar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | Competitive Coding Calendar |
ID | fhglbklldnbkhmhghpmgpnadfkjljnfj |
आधिकारिक URL | https://chromewebstore.google.com/detail/competitive-coding-calend/fhglbklldnbkhmhghpmgpnadfkjljnfj |
विवरण | An extension that keeps users updated about Coding or Competitive Programming contests. |
फ़ाइल का आकार | 1.31 MB |
स्थापना संख्या | 310 |
वर्तमान संस्करण | 4.0.1 |
अंतिम अपडेट | 2021-12-20 |
प्रकाशन तिथि | 2021-11-24 |
रेटिंग | 4.56/5 कुल 9 रेटिंग्स |
डेवलपर | prakashaaditya18 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/Aaditya188 |
सहायता पृष्ठ URL | https://aadityaprakash.netlify.app/ |
समर्थित भाषाएँ | 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" } } |