Programming News
Aggregates the top news items from Hacker News and Reddit /r/programming
Cos'è Programming News?
Programming News è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Aggregates the top news items from Hacker News and Reddit /r/programming".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Programming News
Scarica i file di estensione Programming News in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Programming News |
ID | ggmnmmjaecmnabilobpplklijinifpip |
URL Ufficiale | https://chromewebstore.google.com/detail/programming-news/ggmnmmjaecmnabilobpplklijinifpip |
Descrizione | Aggregates the top news items from Hacker News and Reddit /r/programming |
Dimensione del File | 58.57 KB |
Conteggio Installazioni | 293 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2013-03-13 |
Data di Pubblicazione | 2013-03-13 |
Valutazione | 3.00/5 Totale 1 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/mchaver/Programming-News |
Lingue Supportate | 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" ] } |