Kill sticky headers

Make the current pages sticky headers disappear

Cos'è Kill sticky headers?

Kill sticky headers è un'estensione di Chrome sviluppata da totu, e la sua funzione principale è "Make the current pages sticky headers disappear".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Kill sticky headers

Scarica i file di estensione Kill sticky headers 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

                        Do you hate when web sites header follows you around when you are just trying to read an article? Well, Kill sticku headers is the answer you've been looking for!

This extension simply adds a button to your Chrome which makes all thous sticky headers disappear right in front of your eyes. The change is temporary and per page, so there is no need to worry about breaking usability of the site just reload the page and you can again access the header like nothing had ever happend.                    

Informazioni di Base sull'Estensione

Nome Kill sticky headers Kill sticky headers
ID gkihddapkfpcobehbbomfpfogcihapdf
URL Ufficiale https://chromewebstore.google.com/detail/kill-sticky-headers/gkihddapkfpcobehbbomfpfogcihapdf
Descrizione Make the current pages sticky headers disappear
Dimensione del File 3.3 KB
Conteggio Installazioni 499
Versione Corrente 0.1
Ultimo Aggiornamento 2016-07-02
Data di Pubblicazione 2016-07-02
Valutazione 4.18/5 Totale 11 Valutazioni
Sviluppatore totu
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kill sticky headers",
    "description": "Make the current pages sticky headers disappear",
    "version": "0.1",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Kill sticky headers"
    },
    "manifest_version": 2
}