Haxor News

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

O que é Haxor News?

Haxor News é uma extensão do Chrome desenvolvida por Ram Sharma, e sua principal característica é "Get all your hacking related news in one place - challenge post, hacker news, lobste.rs".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Haxor News

Baixe arquivos de extensão Haxor News no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Haxor News Haxor News
ID gjaggfmpckomkgemlbgpoacjbgpacndc
URL Oficial https://chrome.google.com/webstore/detail/haxor-news/gjaggfmpckomkgemlbgpoacjbgpacndc
Descrição Get all your hacking related news in one place - challenge post, hacker news, lobste.rs
Tamanho do Arquivo 175 KB
Contagem de Instalações 37
Versão Atual 1.0
Última Atualização 2015-03-23
Data de Publicação 2015-03-23
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Ram Sharma
Tipo de Pagamento free
Site da Extensão http://www.ramsharma.com
Idiomas Suportados 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"
    ]
}