Haxor News
Get all your hacking related news in one place - challenge post, hacker news, lobste.rs
What is Haxor News?
Haxor News is a Chrome extension developed by Ram Sharma, and its main feature is "Get all your hacking related news in one place - challenge post, hacker news, lobste.rs".
Extension Screenshots
Download Haxor News Extension CRX File
Download Haxor News extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | gjaggfmpckomkgemlbgpoacjbgpacndc |
Official URL | https://chrome.google.com/webstore/detail/haxor-news/gjaggfmpckomkgemlbgpoacjbgpacndc |
Description | Get all your hacking related news in one place - challenge post, hacker news, lobste.rs |
File Size | 175 KB |
Installation Count | 37 |
Current Version | 1.0 |
Last Updated | 2015-03-23 |
Publish Date | 2015-03-23 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Ram Sharma |
Payment Type | free |
Extension Website | http://www.ramsharma.com |
Supported Languages | 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" ] } |