Followbook

keep an eye on your facebook friends movements

Followbookคืออะไร?

Followbook เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hasoub-apps และคุณลักษณะหลักของมันคือ "keep an eye on your facebook friends movements"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Followbook

ดาวน์โหลดไฟล์ส่วนขยาย Followbook ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Followbook Followbook
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"
    }
}