Haxor News

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

Haxor News क्या है?

Haxor News Ram Sharma द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get all your hacking related news in one place - challenge post, hacker news, lobste.rs"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Haxor News एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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                    

एक्सटेंशन की मूल जानकारी

नाम Haxor News Haxor News
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"
    ]
}