Kontest Reminder

This extension will never let you forget about any coding contest

Kontest Reminder क्या है?

Kontest Reminder Nisarg, Anjali, Akshay, Rishikesh द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will never let you forget about any coding contest"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Kontest Reminder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Now available on Firefox store as well: https://addons.mozilla.org/en-US/firefox/addon/kontest-reminder/

What's New?
-  Visit a Coding Contest in one click. 
-  Add contest to google calendar and use its features.
-  Set an alarm which will allow the extension to open the contest link 1 minute prior to the contest.
-  Delete a contest in the list.
-  Select specific websites for updates.

Sites we support?
-  Codechef
-  Codeforces
-  Hacker Earth
-  Geeks For Geeks
-  Leetcode
and many more...

Kontest-Reminder doesn’t take any personal information from the user. It fetches data from API's one an hour and stores it in chrome database.

Shout out to kontests.net for providing with awesome api's.

We are planning to make our own API's hope then we can perform better.                    

एक्सटेंशन की मूल जानकारी

नाम Kontest Reminder Kontest Reminder
ID imdlnagpdjhelkapllclmdogjobpoihg
आधिकारिक URL https://chromewebstore.google.com/detail/kontest-reminder/imdlnagpdjhelkapllclmdogjobpoihg
विवरण This extension will never let you forget about any coding contest
फ़ाइल का आकार 1.03 MB
स्थापना संख्या 1,604
वर्तमान संस्करण 2.1.3
अंतिम अपडेट 2023-08-02
प्रकाशन तिथि 2021-06-18
रेटिंग 4.65/5 कुल 23 रेटिंग्स
डेवलपर Nisarg, Anjali, Akshay, Rishikesh
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://anju218.github.io/Kontest_Reminder
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kontest Reminder",
    "version": "2.1.3",
    "description": "This extension will never let you forget about any coding contest",
    "homepage_url": "https:\/\/nisarg0.github.io\/Kontest-Reminder\/",
    "manifest_version": 2,
    "minimum_chrome_version": "74",
    "icons": {
        "48": "Assets\/card.png"
    },
    "permissions": [
        "alarms",
        "https:\/\/leetcode.com\/graphql",
        "https:\/\/practiceapi.geeksforgeeks.org\/api\/vr\/events\/?page_number=1&sub_type=all&type=contest",
        "https:\/\/practiceapi.geeksforgeeks.org\/api\/v1\/problems-of-day\/problem\/today\/"
    ],
    "options_ui": {
        "browser_style": true,
        "page": "options.html"
    },
    "background": {
        "scripts": [
            "browser-polyfill.js",
            "background.bundle.js"
        ]
    },
    "browser_action": {
        "default_icon": "Assets\/card.png",
        "default_title": "Click here to see your Coding Schedule.",
        "default_popup": "popup.html"
    },
    "author": {
        "name": "Nisarg Gogate",
        "url": "https:\/\/github.com\/nisarg0"
    }
}