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.

Was ist Anchor Floating Bars?

Anchor Floating Bars ist eine Chrome-Erweiterung, die von Paul Cohn entwickelt wurde, und ihr Hauptmerkmal ist "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.".

Erweiterungsscreenshots

screenshot

Anchor Floating Bars-Erweiterungs-CRX-Datei herunterladen

Laden Sie Anchor Floating Bars-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                                            

Grundlegende Informationen zur Erweiterung

Name Anchor Floating Bars Anchor Floating Bars
ID coagnnooeahbjjljejfkfnnpnoejdpjp
Offizielle URL https://chromewebstore.google.com/detail/anchor-floating-bars/coagnnooeahbjjljejfkfnnpnoejdpjp
Beschreibung 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.
Dateigröße 1.61 MB
Installationsanzahl 23
Aktuelle Version 1.0.2
Letztes Update 2015-07-02
Veröffentlichungsdatum 2015-07-02
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Paul Cohn
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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:\/\/*\/*"
            ]
        }
    ]
}