GitHub News Feed
Shows a tooltip with your unread news feed from GitHub
Co to jest GitHub News Feed?
GitHub News Feed to rozszerzenie Chrome opracowane przez https://wenzhixin.net.cn, a jego główną funkcją jest „Shows a tooltip with your unread news feed from GitHub”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia GitHub News Feed
Pobierz pliki rozszerzeń GitHub News Feed 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
Shows a tooltip with your unread news feed from GitHub. GitHub repo: https://github.com/wenzhixin/github-news-feed.
Podstawowe informacje o rozszerzeniu
Nazwa | GitHub News Feed |
ID | hnmpkklbfneambgbmkcmcjgcmimpgkkl |
Oficjalny URL | https://chromewebstore.google.com/detail/github-news-feed/hnmpkklbfneambgbmkcmcjgcmimpgkkl |
Opis | Shows a tooltip with your unread news feed from GitHub |
Rozmiar pliku | 175 KB |
Liczba instalacji | 29 |
Aktualna Wersja | 1.2.0 |
Ostatnia Aktualizacja | 2017-12-25 |
Data Publikacji | 2017-12-25 |
Ocena | 4.50/5 Łącznie 2 Oceny |
Deweloper | https://wenzhixin.net.cn |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/wenzhixin/github-news-feed |
Adres URL Strony Pomocy | https://github.com/wenzhixin/github-news-feed/issues |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub News Feed", "description": "Shows a tooltip with your unread news feed from GitHub", "version": "1.2.0", "manifest_version": 2, "icons": { "128": "logo.png" }, "background": { "page": "background.html" }, "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html" }, "permissions": [ "https:\/\/github.com\/" ] } |