GitHub News Feed
Shows a tooltip with your unread news feed from GitHub
Qu'est-ce que GitHub News Feed ?
GitHub News Feed est une extension Chrome développée par https://wenzhixin.net.cn, et sa fonction principale est "Shows a tooltip with your unread news feed from GitHub".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GitHub News Feed
Téléchargez les fichiers d'extension GitHub News Feed 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
Shows a tooltip with your unread news feed from GitHub. GitHub repo: https://github.com/wenzhixin/github-news-feed.
Informations de Base sur l'Extension
Nom | GitHub News Feed |
ID | hnmpkklbfneambgbmkcmcjgcmimpgkkl |
URL Officiel | https://chromewebstore.google.com/detail/github-news-feed/hnmpkklbfneambgbmkcmcjgcmimpgkkl |
Description | Shows a tooltip with your unread news feed from GitHub |
Taille du Fichier | 175 KB |
Nombre d'Installations | 29 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2017-12-25 |
Date de Publication | 2017-12-25 |
Évaluation | 4.50/5 Total 2 Évaluations |
Développeur | https://wenzhixin.net.cn |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/wenzhixin/github-news-feed |
URL de la Page d'Aide | https://github.com/wenzhixin/github-news-feed/issues |
Langues Prises en Charge | 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\/" ] } |