Codeforces Regular Contest Remainder

This extension reminds you about upcoming Codeforces contests

Codeforces Regular Contest Remainder क्या है?

Codeforces Regular Contest Remainder Shibin George द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension reminds you about upcoming Codeforces contests"।

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

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

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

                        Lightweight Chrome extension for showing upcoming Codeforces regular contests, at the click of a button. The extension uses the official Codeforces API. Freely Distributable and reuseable.                    

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

नाम Codeforces Regular Contest Remainder Codeforces Regular Contest Remainder
ID dhfpmjljpcabfaofkhlhjcjepnggamgk
आधिकारिक URL https://chromewebstore.google.com/detail/codeforces-regular-contes/dhfpmjljpcabfaofkhlhjcjepnggamgk
विवरण This extension reminds you about upcoming Codeforces contests
फ़ाइल का आकार 26.02 KB
स्थापना संख्या 288
वर्तमान संस्करण 1.0
अंतिम अपडेट 2016-11-16
प्रकाशन तिथि 2016-11-16
डेवलपर Shibin George
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Codeforces Regular Contest Remainder",
    "description": "This extension reminds you about upcoming Codeforces contests",
    "version": "1.0",
    "browser_action": {
        "default_icon": "codeforces.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "http:\/\/codeforces.com\/*\/"
    ]
}