GitHub Feed Filter
Enables filtering out GitHub feeds by projects, commits, comments and issues
Qu'est-ce que GitHub Feed Filter ?
GitHub Feed Filter est une extension Chrome développée par Vijay Dev, et sa fonction principale est "Enables filtering out GitHub feeds by projects, commits, comments and issues".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GitHub Feed Filter
Téléchargez les fichiers d'extension GitHub Feed Filter 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
GitHub Feed Filter reads through the visible feeds in the GitHub News Feed section and lists them in the page just like Your Repos or Watched Repos. Clicking on a repository will filter out your News Feed to only include feeds from that repository. This filtering can be further extended to show only the feeds for Commits, Comments or Issues made in that repository. It also saves your current search term and currently selected category when you fetch 'More' items to the feed.
Informations de Base sur l'Extension
Nom | GitHub Feed Filter |
ID | jcpkhafkpnaljjbgdgbehajihicjalkc |
URL Officiel | https://chromewebstore.google.com/detail/github-feed-filter/jcpkhafkpnaljjbgdgbehajihicjalkc |
Description | Enables filtering out GitHub feeds by projects, commits, comments and issues |
Taille du Fichier | 54.09 KB |
Nombre d'Installations | 59 |
Version Actuelle | 1.9 |
Dernière Mise à Jour | 2015-05-10 |
Date de Publication | 2015-05-10 |
Évaluation | 4.70/5 Total 10 Évaluations |
Développeur | Vijay Dev |
Type de Paiement | free |
URL de la Page d'Aide | https://github.com/vijaydev/github-feed-filter |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitHub Feed Filter", "version": "1.9", "manifest_version": 2, "description": "Enables filtering out GitHub feeds by projects, commits, comments and issues", "icons": { "16": "ghf16.png", "48": "ghf48.png", "128": "ghf128.png" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/", "https:\/\/github.com\/dashboard", "https:\/\/github.com\/#" ], "js": [ "jquery-1.4.2.min.js", "filter.js" ] } ] } |