Programming News
Aggregates the top news items from Hacker News and Reddit /r/programming
Qu'est-ce que Programming News ?
Programming News est une extension Chrome développée par Unknown, et sa fonction principale est "Aggregates the top news items from Hacker News and Reddit /r/programming".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Programming News
Téléchargez les fichiers d'extension Programming News au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Programming News |
ID | ggmnmmjaecmnabilobpplklijinifpip |
URL Officiel | https://chromewebstore.google.com/detail/programming-news/ggmnmmjaecmnabilobpplklijinifpip |
Description | Aggregates the top news items from Hacker News and Reddit /r/programming |
Taille du Fichier | 58.57 KB |
Nombre d'Installations | 293 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2013-03-13 |
Date de Publication | 2013-03-13 |
Évaluation | 3.00/5 Total 1 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/mchaver/Programming-News |
Langues Prises en Charge | 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" ] } |