HackerEarth Challenges Extension
HackerEarth Extension keeps you updated with upcoming challenges and other resources on HackerEarth.
Cos'è HackerEarth Challenges Extension?
HackerEarth Challenges Extension è un'estensione di Chrome sviluppata da https://hackerearth.com, e la sua funzione principale è "HackerEarth Extension keeps you updated with upcoming challenges and other resources on HackerEarth.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione HackerEarth Challenges Extension
Scarica i file di estensione HackerEarth Challenges Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | HackerEarth Challenges Extension |
ID | aileihjgpakhkhedejpkpamnhpbnjhoj |
URL Ufficiale | https://chromewebstore.google.com/detail/hackerearth-challenges-ex/aileihjgpakhkhedejpkpamnhpbnjhoj |
Descrizione | HackerEarth Extension keeps you updated with upcoming challenges and other resources on HackerEarth. |
Dimensione del File | 11.18 KB |
Conteggio Installazioni | 604 |
Versione Corrente | 2.3 |
Ultimo Aggiornamento | 2016-08-25 |
Data di Pubblicazione | 2016-08-25 |
Valutazione | 4.50/5 Totale 8 Valutazioni |
Sviluppatore | https://hackerearth.com |
Tipo di Pagamento | free |
Lingue Supportate | 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\/" ] } |