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.

Hvad er Anchor Floating Bars?

Anchor Floating Bars er en Chrome-udvidelse udviklet af Paul Cohn, og dens hovedfunktion er "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.".

Udvidelsesskærmbilleder

screenshot

Download Anchor Floating Bars-udvidelses-CRX-fil

Download Anchor Floating Bars-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                                            

Grundlæggende oplysninger om udvidelsen

Navn Anchor Floating Bars Anchor Floating Bars
ID coagnnooeahbjjljejfkfnnpnoejdpjp
Officiel URL https://chromewebstore.google.com/detail/anchor-floating-bars/coagnnooeahbjjljejfkfnnpnoejdpjp
Beskrivelse 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.
Filstørrelse 1.61 MB
Antal Installationer 23
Nuværende Version 1.0.2
Senest Opdateret 2015-07-02
Udgivelsesdato 2015-07-02
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Paul Cohn
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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:\/\/*\/*"
            ]
        }
    ]
}