News Feed for GitHub
GitHub news feed notifications directly in the browser
Wat is News Feed for GitHub?
News Feed for GitHub is een Chrome-extensie ontwikkeld door Julian Kühnel, en de belangrijkste functie is "GitHub news feed notifications directly in the browser".
Extensie Screenshots
Download het CRX-bestand van de extensie News Feed for GitHub
Download News Feed for GitHub-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
This extension will notify you if something happens in your GitHub news feed.
Basisinformatie over de Extensie
Naam | News Feed for GitHub |
ID | gbpajmknkcgjeinfbmfeiafhogbhgkjh |
Officiële URL | https://chromewebstore.google.com/detail/news-feed-for-github/gbpajmknkcgjeinfbmfeiafhogbhgkjh |
Beschrijving | GitHub news feed notifications directly in the browser |
Bestandsgrootte | 48.81 KB |
Aantal Installaties | 51 |
Huidige Versie | 1.2.1 |
Laatst Bijgewerkt | 2018-01-17 |
Publicatiedatum | 2018-01-17 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Julian Kühnel |
Betalingswijze | free |
Extensiewebsite | https://github.com/julmot/news-feed-for-github |
Help Pagina-URL | https://github.com/julmot/news-feed-for-github/issues |
Ondersteunde Talen | 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" ] } } |