HackerEarth Challenges Extension
HackerEarth Extension keeps you updated with upcoming challenges and other resources on HackerEarth.
HackerEarth Challenges Extension क्या है?
HackerEarth Challenges Extension https://hackerearth.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "HackerEarth Extension keeps you updated with upcoming challenges and other resources on HackerEarth."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में HackerEarth Challenges Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | HackerEarth Challenges Extension |
ID | aileihjgpakhkhedejpkpamnhpbnjhoj |
आधिकारिक URL | https://chromewebstore.google.com/detail/hackerearth-challenges-ex/aileihjgpakhkhedejpkpamnhpbnjhoj |
विवरण | HackerEarth Extension keeps you updated with upcoming challenges and other resources on HackerEarth. |
फ़ाइल का आकार | 11.18 KB |
स्थापना संख्या | 604 |
वर्तमान संस्करण | 2.3 |
अंतिम अपडेट | 2016-08-25 |
प्रकाशन तिथि | 2016-08-25 |
रेटिंग | 4.50/5 कुल 8 रेटिंग्स |
डेवलपर | https://hackerearth.com |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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\/" ] } |