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"
    ]
}