Facebook Menu bar fix position

This extension will force the menu bar to position fix at the top.

Facebook Menu bar fix positionคืออะไร?

Facebook Menu bar fix position เป็นส่วนขยายของ Chrome ที่พัฒนาโดย devkitz และคุณลักษณะหลักของมันคือ "This extension will force the menu bar to position fix at the top."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Facebook Menu bar fix position

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

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

                                            

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

ชื่อ Facebook Menu bar fix position Facebook Menu bar fix position
ID lbgidkjfiecnjfpccdjbciifcibgbala
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/facebook-menu-bar-fix-pos/lbgidkjfiecnjfpccdjbciifcibgbala
คำอธิบาย This extension will force the menu bar to position fix at the top.
ขนาดไฟล์ 4.92 KB
จำนวนการติดตั้ง 30
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2014-07-25
วันที่เผยแพร่ 2014-07-25
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา devkitz
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Facebook Menu bar fix position",
    "description": "This extension will force the menu bar to position fix at the top.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "css": [
                "mystyle.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}