GitHub Feed Filter
Enables filtering out GitHub feeds by projects, commits, comments and issues
Apa itu GitHub Feed Filter?
GitHub Feed Filter adalah ekstensi Chrome yang dikembangkan oleh Vijay Dev, dan fitur utamanya adalah "Enables filtering out GitHub feeds by projects, commits, comments and issues".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi GitHub Feed Filter
Unduh file ekstensi GitHub Feed Filter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | GitHub Feed Filter |
ID | jcpkhafkpnaljjbgdgbehajihicjalkc |
URL Resmi | https://chromewebstore.google.com/detail/github-feed-filter/jcpkhafkpnaljjbgdgbehajihicjalkc |
Deskripsi | Enables filtering out GitHub feeds by projects, commits, comments and issues |
Ukuran File | 54.09 KB |
Jumlah Instalasi | 59 |
Versi Saat Ini | 1.9 |
Terakhir Diperbarui | 2015-05-10 |
Tanggal Publikasi | 2015-05-10 |
Penilaian | 4.70/5 Total 10 Penilaian |
Pengembang | Vijay Dev |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://github.com/vijaydev/github-feed-filter |
Bahasa yang Didukung | 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" ] } ] } |