Kill sticky headers

Make the current pages sticky headers disappear

Wat is Kill sticky headers?

Kill sticky headers is een Chrome-extensie ontwikkeld door totu, en de belangrijkste functie is "Make the current pages sticky headers disappear".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Kill sticky headers

Download Kill sticky headers-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Kill sticky headers Kill sticky headers
ID gkihddapkfpcobehbbomfpfogcihapdf
Officiële URL https://chromewebstore.google.com/detail/kill-sticky-headers/gkihddapkfpcobehbbomfpfogcihapdf
Beschrijving Make the current pages sticky headers disappear
Bestandsgrootte 3.3 KB
Aantal Installaties 499
Huidige Versie 0.1
Laatst Bijgewerkt 2016-07-02
Publicatiedatum 2016-07-02
Beoordeling 4.18/5 Totaal 11 Beoordelingen
Ontwikkelaar totu
Betalingswijze free
Ondersteunde Talen 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
}