GitHub Feed Filter
Enables filtering out GitHub feeds by projects, commits, comments and issues
Wat is GitHub Feed Filter?
GitHub Feed Filter is een Chrome-extensie ontwikkeld door Vijay Dev, en de belangrijkste functie is "Enables filtering out GitHub feeds by projects, commits, comments and issues".
Extensie Screenshots
Download het CRX-bestand van de extensie GitHub Feed Filter
Download GitHub Feed Filter-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
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.
Basisinformatie over de Extensie
Naam | GitHub Feed Filter |
ID | jcpkhafkpnaljjbgdgbehajihicjalkc |
Officiële URL | https://chromewebstore.google.com/detail/github-feed-filter/jcpkhafkpnaljjbgdgbehajihicjalkc |
Beschrijving | Enables filtering out GitHub feeds by projects, commits, comments and issues |
Bestandsgrootte | 54.09 KB |
Aantal Installaties | 59 |
Huidige Versie | 1.9 |
Laatst Bijgewerkt | 2015-05-10 |
Publicatiedatum | 2015-05-10 |
Beoordeling | 4.70/5 Totaal 10 Beoordelingen |
Ontwikkelaar | Vijay Dev |
Betalingswijze | free |
Help Pagina-URL | https://github.com/vijaydev/github-feed-filter |
Ondersteunde Talen | 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" ] } ] } |