GitHub News Feed
Shows a tooltip with your unread news feed from GitHub
Wat is GitHub News Feed?
GitHub News Feed is een Chrome-extensie ontwikkeld door https://wenzhixin.net.cn, en de belangrijkste functie is "Shows a tooltip with your unread news feed from GitHub".
Extensie Screenshots
Download het CRX-bestand van de extensie GitHub News Feed
Download GitHub News Feed-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
Shows a tooltip with your unread news feed from GitHub. GitHub repo: https://github.com/wenzhixin/github-news-feed.
Basisinformatie over de Extensie
Naam | GitHub News Feed |
ID | hnmpkklbfneambgbmkcmcjgcmimpgkkl |
Officiële URL | https://chromewebstore.google.com/detail/github-news-feed/hnmpkklbfneambgbmkcmcjgcmimpgkkl |
Beschrijving | Shows a tooltip with your unread news feed from GitHub |
Bestandsgrootte | 175 KB |
Aantal Installaties | 29 |
Huidige Versie | 1.2.0 |
Laatst Bijgewerkt | 2017-12-25 |
Publicatiedatum | 2017-12-25 |
Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://wenzhixin.net.cn |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/wenzhixin/github-news-feed |
Help Pagina-URL | https://github.com/wenzhixin/github-news-feed/issues |
Ondersteunde Talen | 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\/" ] } |