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.

Wat is Anchor Floating Bars?

Anchor Floating Bars is een Chrome-extensie ontwikkeld door Paul Cohn, en de belangrijkste functie 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.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Anchor Floating Bars

Download Anchor Floating Bars-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Anchor Floating Bars Anchor Floating Bars
ID coagnnooeahbjjljejfkfnnpnoejdpjp
Officiële URL https://chromewebstore.google.com/detail/anchor-floating-bars/coagnnooeahbjjljejfkfnnpnoejdpjp
Beschrijving 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.
Bestandsgrootte 1.61 MB
Aantal Installaties 23
Huidige Versie 1.0.2
Laatst Bijgewerkt 2015-07-02
Publicatiedatum 2015-07-02
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Paul Cohn
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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:\/\/*\/*"
            ]
        }
    ]
}