Programming News

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

Wat is Programming News?

Programming News is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Aggregates the top news items from Hacker News and Reddit /r/programming".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Programming News

Download Programming News-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Programming News Programming News
ID ggmnmmjaecmnabilobpplklijinifpip
Officiële URL https://chromewebstore.google.com/detail/programming-news/ggmnmmjaecmnabilobpplklijinifpip
Beschrijving Aggregates the top news items from Hacker News and Reddit /r/programming
Bestandsgrootte 58.57 KB
Aantal Installaties 293
Huidige Versie 1.1
Laatst Bijgewerkt 2013-03-13
Publicatiedatum 2013-03-13
Beoordeling 3.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Extensiewebsite https://github.com/mchaver/Programming-News
Ondersteunde Talen 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"
    ]
}