Followbook
keep an eye on your facebook friends movements
Followbook란 무엇입니까?
Followbook은(는) hasoub-apps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "keep an eye on your facebook friends movements"입니다.
확장 프로그램 스크린샷
Followbook 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Followbook is a little but effective extension. With Followbook you can search for your friends stories in the activity stories bar in facebook(which appears above chat bar). How does it work ? You simply type your friend name (or a part of it) and click the search button , it searchs for 5 seconds for his stories , it brings up his stories so you see them at the top , you may also click many times to bring more stories ... * Some of your friends stories may take a long time to move to the top , it's because they appear at the very bottom , all depends of how facebook chooses which of your friends to show in the activity stories. Karam Najjar
확장 프로그램 기본 정보
이름 | |
ID | mhpknbejfibjaeakknhijlcdogbolbgf |
공식 URL | https://chrome.google.com/webstore/detail/followbook/mhpknbejfibjaeakknhijlcdogbolbgf |
설명 | keep an eye on your facebook friends movements |
파일 크기 | 188 KB |
설치 횟수 | 943 |
현재 버전 | 1.6 |
최근 업데이트 | 2015-02-23 |
출시 날짜 | 2015-02-23 |
평점 | 3.07/5 총 14 개의 평점 |
개발자 | hasoub-apps |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Followbook", "description": "keep an eye on your facebook friends movements", "version": "1.6", "background": [], "permissions": [ "tabs", "storage", "http:\/\/*\/", "https:\/\/*\/" ], "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "js": [ "jquery-2.1.1.js", "myScript.js" ], "css": [ "style.css" ], "run_at": "document_end" } ], "icons": { "48": "icons\/icon48.png", "38": "icons\/icon38.png", "16": "icons\/icon16.png", "128": "icons\/icon128.png", "32": "icons\/icon32.png" }, "page_action": { "default_icon": "icons\/icon48.png" } } |