GitHub Feed Filter
Enables filtering out GitHub feeds by projects, commits, comments and issues
什么是GitHub Feed Filter?
GitHub Feed Filter是由Vijay Dev开发的Chrome扩展程序,该扩展的主要功能是“Enables filtering out GitHub feeds by projects, commits, comments and issues”。
扩展截图
下载GitHub Feed Filter扩展crx文件
下载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" ] } ] } |