ZapFixed

Zap fixed menus

Cos'è ZapFixed?

ZapFixed è un'estensione di Chrome sviluppata da Tim333, e la sua funzione principale è "Zap fixed menus".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ZapFixed

Scarica i file di estensione ZapFixed 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

                        Zap fixed menus and similar. Make them disappear.

Annoyed by fixed menus and similar cluttering your page when you are trying to read? You scroll but they stay? Just click ZapFix to hide most of the fixed stuff, click again to get it back.

The app just uses jQuery to toggle fixed elements to hidden. Sometimes it'll toggle one annoying thing on when the other goes off If so try refreshing and zapping them both at once.                    

Informazioni di Base sull'Estensione

Nome ZapFixed ZapFixed
ID jgiflpbkoefoepgmeifoglafkomgjbge
URL Ufficiale https://chromewebstore.google.com/detail/zapfixed/jgiflpbkoefoepgmeifoglafkomgjbge
Descrizione Zap fixed menus
Dimensione del File 40.8 KB
Conteggio Installazioni 100
Versione Corrente 0.0.7
Ultimo Aggiornamento 2017-08-31
Data di Pubblicazione 2017-08-31
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Tim333
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ZapFixed",
    "description": "Zap fixed menus",
    "version": "0.0.7",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "ZapFixed menus"
    },
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}