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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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" ] } ] } |