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”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載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 GitHub Feed Filter
ID jcpkhafkpnaljjbgdgbehajihicjalkc
官方網址 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"
            ]
        }
    ]
}