GitHub Feed Filter
Enables filtering out GitHub feeds by projects, commits, comments and issues
Hvad er GitHub Feed Filter?
GitHub Feed Filter er en Chrome-udvidelse udviklet af Vijay Dev, og dens hovedfunktion er "Enables filtering out GitHub feeds by projects, commits, comments and issues".
Udvidelsesskærmbilleder
Download GitHub Feed Filter-udvidelses-CRX-fil
Download GitHub Feed Filter-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | GitHub Feed Filter |
ID | jcpkhafkpnaljjbgdgbehajihicjalkc |
Officiel URL | https://chromewebstore.google.com/detail/github-feed-filter/jcpkhafkpnaljjbgdgbehajihicjalkc |
Beskrivelse | Enables filtering out GitHub feeds by projects, commits, comments and issues |
Filstørrelse | 54.09 KB |
Antal Installationer | 59 |
Nuværende Version | 1.9 |
Senest Opdateret | 2015-05-10 |
Udgivelsesdato | 2015-05-10 |
Bedømmelse | 4.70/5 Samlet 10 Bedømmelser |
Udvikler | Vijay Dev |
Betalingsmetode | free |
Hjælpeside-URL | https://github.com/vijaydev/github-feed-filter |
Understøttede Sprog | 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" ] } ] } |