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
公式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"
            ]
        }
    ]
}