GitHub Feed Filter
Enables filtering out GitHub feeds by projects, commits, comments and issues
GitHub Feed Filterคืออะไร?
GitHub Feed Filter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vijay Dev และคุณลักษณะหลักของมันคือ "Enables filtering out GitHub feeds by projects, commits, comments and issues"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GitHub Feed Filter
ดาวน์โหลดไฟล์ส่วนขยาย GitHub Feed Filter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | GitHub Feed Filter |
ID | jcpkhafkpnaljjbgdgbehajihicjalkc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/github-feed-filter/jcpkhafkpnaljjbgdgbehajihicjalkc |
คำอธิบาย | Enables filtering out GitHub feeds by projects, commits, comments and issues |
ขนาดไฟล์ | 54.09 KB |
จำนวนการติดตั้ง | 59 |
เวอร์ชันปัจจุบัน | 1.9 |
อัปเดตครั้งล่าสุด | 2015-05-10 |
วันที่เผยแพร่ | 2015-05-10 |
คะแนน | 4.70/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | Vijay Dev |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://github.com/vijaydev/github-feed-filter |
ภาษาที่รองรับ | 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" ] } ] } |