HackerEarth Challenges Extension

HackerEarth Extension keeps you updated with upcoming challenges and other resources on HackerEarth.

Co to jest HackerEarth Challenges Extension?

HackerEarth Challenges Extension to rozszerzenie Chrome opracowane przez https://hackerearth.com, a jego główną funkcją jest „HackerEarth Extension keeps you updated with upcoming challenges and other resources on HackerEarth.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia HackerEarth Challenges Extension

Pobierz pliki rozszerzeń HackerEarth Challenges Extension 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

                                            

Podstawowe informacje o rozszerzeniu

Nazwa HackerEarth Challenges Extension HackerEarth Challenges Extension
ID aileihjgpakhkhedejpkpamnhpbnjhoj
Oficjalny URL https://chromewebstore.google.com/detail/hackerearth-challenges-ex/aileihjgpakhkhedejpkpamnhpbnjhoj
Opis HackerEarth Extension keeps you updated with upcoming challenges and other resources on HackerEarth.
Rozmiar pliku 11.18 KB
Liczba instalacji 604
Aktualna Wersja 2.3
Ostatnia Aktualizacja 2016-08-25
Data Publikacji 2016-08-25
Ocena 4.50/5 Łącznie 8 Oceny
Deweloper https://hackerearth.com
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HackerEarth Challenges Extension",
    "description": "HackerEarth Extension keeps you updated with upcoming challenges and other resources on HackerEarth.",
    "version": "2.3",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/www.hackerearth.com\/",
        "https:\/\/www.hackerearth.com\/"
    ]
}