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 là gì?

Anchor Floating Bars là một tiện ích mở rộng Chrome được phát triển bởi Paul Cohn, và tính năng chính của nó là "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.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Anchor Floating Bars

Tải xuống các tệp mở rộng Anchor Floating Bars dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Anchor Floating Bars Anchor Floating Bars
ID coagnnooeahbjjljejfkfnnpnoejdpjp
URL Chính Thức https://chromewebstore.google.com/detail/anchor-floating-bars/coagnnooeahbjjljejfkfnnpnoejdpjp
Mô tả 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.
Kích Thước Tệp 1.61 MB
Số Lần Cài Đặt 23
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2015-07-02
Ngày Phát Hành 2015-07-02
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Paul Cohn
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
            ]
        }
    ]
}