Haxor News

Get all your hacking related news in one place - challenge post, hacker news, lobste.rs

Cos'è Haxor News?

Haxor News è un'estensione di Chrome sviluppata da Ram Sharma, e la sua funzione principale è "Get all your hacking related news in one place - challenge post, hacker news, lobste.rs".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Haxor News

Scarica i file di estensione Haxor News in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Haxor News Haxor News
ID gjaggfmpckomkgemlbgpoacjbgpacndc
URL Ufficiale https://chrome.google.com/webstore/detail/haxor-news/gjaggfmpckomkgemlbgpoacjbgpacndc
Descrizione Get all your hacking related news in one place - challenge post, hacker news, lobste.rs
Dimensione del File 175 KB
Conteggio Installazioni 37
Versione Corrente 1.0
Ultimo Aggiornamento 2015-03-23
Data di Pubblicazione 2015-03-23
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Ram Sharma
Tipo di Pagamento free
Sito Web dell'Estensione http://www.ramsharma.com
Lingue Supportate 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"
    ]
}