Haxor News

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

Co je Haxor News?

Haxor News je rozšíření Chrome vyvinuté Ram Sharma, a jeho hlavní funkcí je „Get all your hacking related news in one place - challenge post, hacker news, lobste.rs“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Haxor News

Stáhněte si soubory rozšíření Haxor News ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Haxor News Haxor News
ID gjaggfmpckomkgemlbgpoacjbgpacndc
Oficiální URL https://chrome.google.com/webstore/detail/haxor-news/gjaggfmpckomkgemlbgpoacjbgpacndc
Popis Get all your hacking related news in one place - challenge post, hacker news, lobste.rs
Velikost souboru 175 KB
Počet instalací 37
Aktuální Verze 1.0
Poslední Aktualizace 2015-03-23
Datum Vydání 2015-03-23
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Ram Sharma
Typ Platby free
Webové stránky Rozšíření http://www.ramsharma.com
Podporované Jazyky 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"
    ]
}