Kill sticky headers
Make the current pages sticky headers disappear
¿Qué es Kill sticky headers?
Kill sticky headers es una extensión de Chrome desarrollada por totu, y su función principal es "Make the current pages sticky headers disappear".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Kill sticky headers
Descarga archivos de extensión Kill sticky headers en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Kill sticky headers |
ID | gkihddapkfpcobehbbomfpfogcihapdf |
URL Oficial | https://chromewebstore.google.com/detail/kill-sticky-headers/gkihddapkfpcobehbbomfpfogcihapdf |
Descripción | Make the current pages sticky headers disappear |
Tamaño del Archivo | 3.3 KB |
Cantidad de Instalaciones | 499 |
Versión Actual | 0.1 |
Última Actualización | 2016-07-02 |
Fecha de Publicación | 2016-07-02 |
Calificación | 4.18/5 Total de 11 Calificaciones |
Desarrollador | totu |
Tipo de Pago | free |
Idiomas Soportados | 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 } |