GitHub Feed Filter
Enables filtering out GitHub feeds by projects, commits, comments and issues
Cos'è GitHub Feed Filter?
GitHub Feed Filter è un'estensione di Chrome sviluppata da Vijay Dev, e la sua funzione principale è "Enables filtering out GitHub feeds by projects, commits, comments and issues".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GitHub Feed Filter
Scarica i file di estensione GitHub Feed Filter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | GitHub Feed Filter |
ID | jcpkhafkpnaljjbgdgbehajihicjalkc |
URL Ufficiale | https://chromewebstore.google.com/detail/github-feed-filter/jcpkhafkpnaljjbgdgbehajihicjalkc |
Descrizione | Enables filtering out GitHub feeds by projects, commits, comments and issues |
Dimensione del File | 54.09 KB |
Conteggio Installazioni | 59 |
Versione Corrente | 1.9 |
Ultimo Aggiornamento | 2015-05-10 |
Data di Pubblicazione | 2015-05-10 |
Valutazione | 4.70/5 Totale 10 Valutazioni |
Sviluppatore | Vijay Dev |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://github.com/vijaydev/github-feed-filter |
Lingue Supportate | 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" ] } ] } |