News Feed for GitHub
GitHub news feed notifications directly in the browser
Co to jest News Feed for GitHub?
News Feed for GitHub to rozszerzenie Chrome opracowane przez Julian Kühnel, a jego główną funkcją jest „GitHub news feed notifications directly in the browser”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia News Feed for GitHub
Pobierz pliki rozszerzeń News Feed for GitHub w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension will notify you if something happens in your GitHub news feed.
Podstawowe informacje o rozszerzeniu
Nazwa | News Feed for GitHub |
ID | gbpajmknkcgjeinfbmfeiafhogbhgkjh |
Oficjalny URL | https://chromewebstore.google.com/detail/news-feed-for-github/gbpajmknkcgjeinfbmfeiafhogbhgkjh |
Opis | GitHub news feed notifications directly in the browser |
Rozmiar pliku | 48.81 KB |
Liczba instalacji | 51 |
Aktualna Wersja | 1.2.1 |
Ostatnia Aktualizacja | 2018-01-17 |
Data Publikacji | 2018-01-17 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Julian Kühnel |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/julmot/news-feed-for-github |
Adres URL Strony Pomocy | https://github.com/julmot/news-feed-for-github/issues |
Obsługiwane Języki | 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" ] } } |