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.

Co je Anchor Floating Bars?

Anchor Floating Bars je rozšíření Chrome vyvinuté Paul Cohn, a jeho hlavní funkcí je „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.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Anchor Floating Bars

Stáhněte si soubory rozšíření Anchor Floating Bars ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                                            

Základní Informace o Rozšíření

Název Anchor Floating Bars Anchor Floating Bars
ID coagnnooeahbjjljejfkfnnpnoejdpjp
Oficiální URL https://chromewebstore.google.com/detail/anchor-floating-bars/coagnnooeahbjjljejfkfnnpnoejdpjp
Popis 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.
Velikost souboru 1.61 MB
Počet instalací 23
Aktuální Verze 1.0.2
Poslední Aktualizace 2015-07-02
Datum Vydání 2015-07-02
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Paul Cohn
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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:\/\/*\/*"
            ]
        }
    ]
}