Programming News

Aggregates the top news items from Hacker News and Reddit /r/programming

What is Programming News?

Programming News is a Chrome extension developed by Unknown, and its main feature is "Aggregates the top news items from Hacker News and Reddit /r/programming".

Extension Screenshots

screenshot

Download Programming News Extension CRX File

Download Programming News extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Collects the top news items from Hacker News and Reddit /r/programming with a green, black and grey terminal theme. Allows the user to keep a reading list of 100 items for later viewing.                    

Extension Basic Information

Name Programming News Programming News
ID ggmnmmjaecmnabilobpplklijinifpip
Official URL https://chromewebstore.google.com/detail/programming-news/ggmnmmjaecmnabilobpplklijinifpip
Description Aggregates the top news items from Hacker News and Reddit /r/programming
File Size 58.57 KB
Installation Count 293
Current Version 1.1
Last Updated 2013-03-13
Publish Date 2013-03-13
Rating 3.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Extension Website https://github.com/mchaver/Programming-News
Supported Languages en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Programming News",
    "description": "Aggregates the top news items from Hacker News and Reddit \/r\/programming",
    "version": "1.1",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Programming News"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/news.ycombinator.com\/*",
        "http:\/\/www.reddit.com\/r\/programming"
    ]
}