Haxor News

Get all your hacking related news in one place - challenge post, hacker news, lobste.rs

Haxor Newsとは何ですか?

Haxor NewsはRam Sharmaによって開発されたChromeの拡張機能で、その主な機能は「Get all your hacking related news in one place - challenge post, hacker news, lobste.rs」です。

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

screenshot
screenshot

Haxor News拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension was created by Ram Sharma for the Chrome Extension challenge by Challenge Post. The idea for this extension was to provide a quick summary of the latest news related to hacking. 

Currently the extension covers the latest from: challenge post, hacker news, and lobste.rs. More feeds will be added soon.

Technology Used:
- Google Feed API
- kimono
- Yahoo Pipes
- Bootstrap, jQuery                    

拡張機能の基本情報

名前 Haxor News Haxor News
ID gjaggfmpckomkgemlbgpoacjbgpacndc
公式URL https://chrome.google.com/webstore/detail/haxor-news/gjaggfmpckomkgemlbgpoacjbgpacndc
説明 Get all your hacking related news in one place - challenge post, hacker news, lobste.rs
ファイルサイズ 175 KB
インストール数 37
現在のバージョン 1.0
最終更新日 2015-03-23
公開日 2015-03-23
評価 5.00/5 合計 1 レビュー
開発者 Ram Sharma
支払い方法 free
拡張機能のウェブサイト http://www.ramsharma.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Haxor News",
    "description": "Get all your hacking related news in one place - challenge post, hacker news, lobste.rs",
    "version": "1.0",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon48.png",
            "38": "img\/icon48.png"
        },
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self';",
    "web_accessible_resources": [
        "img\/icon128.png"
    ]
}