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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |