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.

What is Anchor Floating Bars?

Anchor Floating Bars is a Chrome extension developed by Paul Cohn, and its main feature is "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.".

Extension Screenshots

screenshot

Download Anchor Floating Bars Extension CRX File

Download Anchor Floating Bars extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Anchor Floating Bars Anchor Floating Bars
ID coagnnooeahbjjljejfkfnnpnoejdpjp
Official URL https://chromewebstore.google.com/detail/anchor-floating-bars/coagnnooeahbjjljejfkfnnpnoejdpjp
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.
File Size 1.61 MB
Installation Count 23
Current Version 1.0.2
Last Updated 2015-07-02
Publish Date 2015-07-02
Rating 5.00/5 Total 1 Ratings
Developer Paul Cohn
Email [email protected]
Payment Type free
Supported Languages 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:\/\/*\/*"
            ]
        }
    ]
}