Haxor News
Get all your hacking related news in one place - challenge post, hacker news, lobste.rs
Qu'est-ce que Haxor News ?
Haxor News est une extension Chrome développée par Ram Sharma, et sa fonction principale est "Get all your hacking related news in one place - challenge post, hacker news, lobste.rs".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Haxor News
Téléchargez les fichiers d'extension Haxor News au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | gjaggfmpckomkgemlbgpoacjbgpacndc |
URL Officiel | 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 |
Taille du Fichier | 175 KB |
Nombre d'Installations | 37 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2015-03-23 |
Date de Publication | 2015-03-23 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Ram Sharma |
Type de Paiement | free |
Site Web de l'Extension | http://www.ramsharma.com |
Langues Prises en Charge | 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" ] } |