Haxor News
Get all your hacking related news in one place - challenge post, hacker news, lobste.rs
Haxor Newsคืออะไร?
Haxor News เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ram Sharma และคุณลักษณะหลักของมันคือ "Get all your hacking related news in one place - challenge post, hacker news, lobste.rs"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Haxor News
ดาวน์โหลดไฟล์ส่วนขยาย 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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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" ] } |