News Feed for GitHub
GitHub news feed notifications directly in the browser
Qu'est-ce que News Feed for GitHub ?
News Feed for GitHub est une extension Chrome développée par Julian Kühnel, et sa fonction principale est "GitHub news feed notifications directly in the browser".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension News Feed for GitHub
Téléchargez les fichiers d'extension News Feed for GitHub 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
This extension will notify you if something happens in your GitHub news feed.
Informations de Base sur l'Extension
Nom | News Feed for GitHub |
ID | gbpajmknkcgjeinfbmfeiafhogbhgkjh |
URL Officiel | https://chromewebstore.google.com/detail/news-feed-for-github/gbpajmknkcgjeinfbmfeiafhogbhgkjh |
Description | GitHub news feed notifications directly in the browser |
Taille du Fichier | 48.81 KB |
Nombre d'Installations | 51 |
Version Actuelle | 1.2.1 |
Dernière Mise à Jour | 2018-01-17 |
Date de Publication | 2018-01-17 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Julian Kühnel |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/julmot/news-feed-for-github |
URL de la Page d'Aide | https://github.com/julmot/news-feed-for-github/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "News Feed for GitHub", "description": "GitHub news feed notifications directly in the browser", "version": "1.2.1", "homepage_url": "https:\/\/github.com\/julmot\/news-feed-for-github", "icons": { "48": "icons\/icon-48.png", "96": "icons\/icon-96.png" }, "minimum_chrome_version": "42", "offline_enabled": false, "browser_action": { "default_icon": { "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "96": "icons\/icon-96.png" }, "default_title": "News Feed for GitHub", "browser_style": false }, "permissions": [ "https:\/\/*.github.com\/*", "https:\/\/*.githubusercontent.com\/*", "notifications", "tabs" ], "background": { "scripts": [ "vendor\/xmlToJSON.js\/lib\/xmlToJSON.js", "scripts\/NewsFeed.js", "scripts\/NewsFeedChecker.js", "scripts\/NewsFeedTransmitter.js", "scripts\/bootstrap.js" ] } } |