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
官方網址 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"
    ]
}