Kill sticky headers

Make the current pages sticky headers disappear

Hvad er Kill sticky headers?

Kill sticky headers er en Chrome-udvidelse udviklet af totu, og dens hovedfunktion er "Make the current pages sticky headers disappear".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Kill sticky headers-udvidelses-CRX-fil

Download Kill sticky headers-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Kill sticky headers Kill sticky headers
ID gkihddapkfpcobehbbomfpfogcihapdf
Officiel URL https://chromewebstore.google.com/detail/kill-sticky-headers/gkihddapkfpcobehbbomfpfogcihapdf
Beskrivelse Make the current pages sticky headers disappear
Filstørrelse 3.3 KB
Antal Installationer 499
Nuværende Version 0.1
Senest Opdateret 2016-07-02
Udgivelsesdato 2016-07-02
Bedømmelse 4.18/5 Samlet 11 Bedømmelser
Udvikler totu
Betalingsmetode free
Understøttede Sprog 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
}