Codeforces Regular Contest Remainder

This extension reminds you about upcoming Codeforces contests

Wat is Codeforces Regular Contest Remainder?

Codeforces Regular Contest Remainder is een Chrome-extensie ontwikkeld door Shibin George, en de belangrijkste functie is "This extension reminds you about upcoming Codeforces contests".

Download het CRX-bestand van de extensie Codeforces Regular Contest Remainder

Download Codeforces Regular Contest Remainder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Codeforces Regular Contest Remainder Codeforces Regular Contest Remainder
ID dhfpmjljpcabfaofkhlhjcjepnggamgk
Officiële URL https://chromewebstore.google.com/detail/codeforces-regular-contes/dhfpmjljpcabfaofkhlhjcjepnggamgk
Beschrijving This extension reminds you about upcoming Codeforces contests
Bestandsgrootte 26.02 KB
Aantal Installaties 288
Huidige Versie 1.0
Laatst Bijgewerkt 2016-11-16
Publicatiedatum 2016-11-16
Ontwikkelaar Shibin George
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*\/"
    ]
}