Comments Filter for Facebook

Simplifies search of comments.

Comments Filter for Facebookとは何ですか?

Comments Filter for Facebookはyakushinantonによって開発されたChromeの拡張機能で、その主な機能は「Simplifies search of comments.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Comments Filter for Facebook拡張機能のCRXファイルをダウンロード

Comments Filter for Facebook拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Have you ever wanted to quickly find comments of your friends or any other person you follow among dozens of other comments left for a post? This extension should greatly simplify this.

Features:
- Quickly filter by authors of posts, people who "commented on this".
- Automatically search in "Previous comments" for people you selected.
- Show all users participated in discussion with ability to add them to the filter. (Currently it's for visible comments only).
- Search by user name.
- Remove already selected users from the filter.
- Quickly add people who were mentioned in comments to the filter.

PS.
New features are coming, just let me know if you're interested in this extension.
Any suggestions are welcome!                    

拡張機能の基本情報

名前 Comments Filter for Facebook Comments Filter for Facebook
ID koenbdeandmlibikbcpbkohhcdjgddig
公式URL https://chromewebstore.google.com/detail/comments-filter-for-faceb/koenbdeandmlibikbcpbkohhcdjgddig
説明 Simplifies search of comments.
ファイルサイズ 42.4 KB
インストール数 221
現在のバージョン 1.0.1
最終更新日 2014-10-27
公開日 2014-10-27
評価 3.25/5 合計 8 レビュー
開発者 yakushinanton
支払い方法 free
ヘルプページのURL https://github.com/antonCPU/facebook-comments-filter
対応言語 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_desc__",
    "version": "1.0.1",
    "default_locale": "en",
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "comment.png"
    ]
}