Haxor News
Get all your hacking related news in one place - challenge post, hacker news, lobste.rs
Haxor News là gì?
Haxor News là một tiện ích mở rộng Chrome được phát triển bởi Ram Sharma, và tính năng chính của nó là "Get all your hacking related news in one place - challenge post, hacker news, lobste.rs".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Haxor News
Tải xuống các tệp mở rộng Haxor News dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gjaggfmpckomkgemlbgpoacjbgpacndc |
URL Chính Thức | https://chrome.google.com/webstore/detail/haxor-news/gjaggfmpckomkgemlbgpoacjbgpacndc |
Mô tả | Get all your hacking related news in one place - challenge post, hacker news, lobste.rs |
Kích Thước Tệp | 175 KB |
Số Lần Cài Đặt | 37 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2015-03-23 |
Ngày Phát Hành | 2015-03-23 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Ram Sharma |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.ramsharma.com |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |