HackerEarth Challenges Extension

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

Apa itu HackerEarth Challenges Extension?

HackerEarth Challenges Extension adalah ekstensi Chrome yang dikembangkan oleh https://hackerearth.com, dan fitur utamanya adalah "HackerEarth Extension keeps you updated with upcoming challenges and other resources on HackerEarth.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi HackerEarth Challenges Extension

Unduh file ekstensi HackerEarth Challenges Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama HackerEarth Challenges Extension HackerEarth Challenges Extension
ID aileihjgpakhkhedejpkpamnhpbnjhoj
URL Resmi https://chromewebstore.google.com/detail/hackerearth-challenges-ex/aileihjgpakhkhedejpkpamnhpbnjhoj
Deskripsi HackerEarth Extension keeps you updated with upcoming challenges and other resources on HackerEarth.
Ukuran File 11.18 KB
Jumlah Instalasi 604
Versi Saat Ini 2.3
Terakhir Diperbarui 2016-08-25
Tanggal Publikasi 2016-08-25
Penilaian 4.50/5 Total 8 Penilaian
Pengembang https://hackerearth.com
Tipe Pembayaran free
Bahasa yang Didukung 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\/"
    ]
}