Kill sticky headers
Make the current pages sticky headers disappear
Vad är Kill sticky headers?
Kill sticky headers är en Chrome-tillägg utvecklad av totu, och dess huvudfunktion är "Make the current pages sticky headers disappear".
Tilläggsskärmbilder
Ladda ner Kill sticky headers-förlängningens CRX-fil
Ladda ner Kill sticky headers-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Kill sticky headers |
ID | gkihddapkfpcobehbbomfpfogcihapdf |
Officiell webbadress | https://chromewebstore.google.com/detail/kill-sticky-headers/gkihddapkfpcobehbbomfpfogcihapdf |
Beskrivning | Make the current pages sticky headers disappear |
Filstorlek | 3.3 KB |
Antal Installationer | 499 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2016-07-02 |
Publiceringsdatum | 2016-07-02 |
Betyg | 4.18/5 Totalt 11 Betyg |
Utvecklare | totu |
Betalningssätt | free |
Stödda Språk | 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 } |