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.

Cos'è Anchor Floating Bars?

Anchor Floating Bars è un'estensione di Chrome sviluppata da Paul Cohn, e la sua funzione principale è "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.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Anchor Floating Bars

Scarica i file di estensione Anchor Floating Bars in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Anchor Floating Bars Anchor Floating Bars
ID coagnnooeahbjjljejfkfnnpnoejdpjp
URL Ufficiale https://chromewebstore.google.com/detail/anchor-floating-bars/coagnnooeahbjjljejfkfnnpnoejdpjp
Descrizione 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.
Dimensione del File 1.61 MB
Conteggio Installazioni 23
Versione Corrente 1.0.2
Ultimo Aggiornamento 2015-07-02
Data di Pubblicazione 2015-07-02
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Paul Cohn
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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:\/\/*\/*"
            ]
        }
    ]
}