Kill sticky headers
Make the current pages sticky headers disappear
Co to jest Kill sticky headers?
Kill sticky headers to rozszerzenie Chrome opracowane przez totu, a jego główną funkcją jest „Make the current pages sticky headers disappear”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Kill sticky headers
Pobierz pliki rozszerzeń Kill sticky headers w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Kill sticky headers |
ID | gkihddapkfpcobehbbomfpfogcihapdf |
Oficjalny URL | https://chromewebstore.google.com/detail/kill-sticky-headers/gkihddapkfpcobehbbomfpfogcihapdf |
Opis | Make the current pages sticky headers disappear |
Rozmiar pliku | 3.3 KB |
Liczba instalacji | 499 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2016-07-02 |
Data Publikacji | 2016-07-02 |
Ocena | 4.18/5 Łącznie 11 Oceny |
Deweloper | totu |
Typ Płatności | free |
Obsługiwane Języki | 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 } |