Anchor Floating Bars

Right click on a floating navigation bar to move it out of the way of the content when you scroll down. Doesn't work on all pages.

Anchor Floating Barsคืออะไร?

Anchor Floating Bars เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Paul Cohn และคุณลักษณะหลักของมันคือ "Right click on a floating navigation bar to move it out of the way of the content when you scroll down. Doesn't work on all pages."

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

screenshot

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

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

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

                                            

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

ชื่อ Anchor Floating Bars Anchor Floating Bars
ID coagnnooeahbjjljejfkfnnpnoejdpjp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/anchor-floating-bars/coagnnooeahbjjljejfkfnnpnoejdpjp
คำอธิบาย Right click on a floating navigation bar to move it out of the way of the content when you scroll down. Doesn't work on all pages.
ขนาดไฟล์ 1.61 MB
จำนวนการติดตั้ง 23
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2015-07-02
วันที่เผยแพร่ 2015-07-02
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Paul Cohn
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Anchor Floating Bars",
    "description": "Right click on a floating navigation bar to move it out of the way of the content when you scroll down. Doesn't work on all pages.",
    "version": "1.0.2",
    "permissions": [
        "activeTab",
        "contextMenus",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "icons": {
        "16": "img\/anchor16.png",
        "19": "img\/anchor19.png",
        "48": "img\/anchor48.png",
        "128": "img\/anchor128.png"
    },
    "background": {
        "scripts": [
            "js\/rightclick.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/page.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}