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
官方網址 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"
    ]
}