Comments Filter for Facebook
Simplifies search of comments.
Comments Filter for Facebook란 무엇입니까?
Comments Filter for Facebook은(는) yakushinanton에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simplifies search of comments."입니다.
확장 프로그램 스크린샷
Comments Filter for Facebook 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" ] } |