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によって開発されたChromeの拡張機能で、その主な機能は「HackerEarth Extension keeps you updated with upcoming challenges and other resources on HackerEarth.」です。

拡張機能のスクリーンショット

screenshot

HackerEarth Challenges Extension拡張機能のCRXファイルをダウンロード

HackerEarth Challenges Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 HackerEarth Challenges Extension 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\/"
    ]
}