Codeforces Regular Contest Remainder

This extension reminds you about upcoming Codeforces contests

Co to jest Codeforces Regular Contest Remainder?

Codeforces Regular Contest Remainder to rozszerzenie Chrome opracowane przez Shibin George, a jego główną funkcją jest „This extension reminds you about upcoming Codeforces contests”.

Pobierz plik CRX rozszerzenia Codeforces Regular Contest Remainder

Pobierz pliki rozszerzeń Codeforces Regular Contest Remainder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Codeforces Regular Contest Remainder Codeforces Regular Contest Remainder
ID dhfpmjljpcabfaofkhlhjcjepnggamgk
Oficjalny URL https://chromewebstore.google.com/detail/codeforces-regular-contes/dhfpmjljpcabfaofkhlhjcjepnggamgk
Opis This extension reminds you about upcoming Codeforces contests
Rozmiar pliku 26.02 KB
Liczba instalacji 288
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2016-11-16
Data Publikacji 2016-11-16
Deweloper Shibin George
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/*\/"
    ]
}