Kill sticky headers

Make the current pages sticky headers disappear

Co je Kill sticky headers?

Kill sticky headers je rozšíření Chrome vyvinuté totu, a jeho hlavní funkcí je „Make the current pages sticky headers disappear“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Kill sticky headers

Stáhněte si soubory rozšíření Kill sticky headers ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Kill sticky headers Kill sticky headers
ID gkihddapkfpcobehbbomfpfogcihapdf
Oficiální URL https://chromewebstore.google.com/detail/kill-sticky-headers/gkihddapkfpcobehbbomfpfogcihapdf
Popis Make the current pages sticky headers disappear
Velikost souboru 3.3 KB
Počet instalací 499
Aktuální Verze 0.1
Poslední Aktualizace 2016-07-02
Datum Vydání 2016-07-02
Hodnocení 4.18/5 Celkem 11 Hodnocení
Vývojář totu
Typ Platby free
Podporované Jazyky 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
}