Kill sticky headers
Make the current pages sticky headers disappear
O que é Kill sticky headers?
Kill sticky headers é uma extensão do Chrome desenvolvida por totu, e sua principal característica é "Make the current pages sticky headers disappear".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Kill sticky headers
Baixe arquivos de extensão Kill sticky headers no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Kill sticky headers |
ID | gkihddapkfpcobehbbomfpfogcihapdf |
URL Oficial | https://chromewebstore.google.com/detail/kill-sticky-headers/gkihddapkfpcobehbbomfpfogcihapdf |
Descrição | Make the current pages sticky headers disappear |
Tamanho do Arquivo | 3.3 KB |
Contagem de Instalações | 499 |
Versão Atual | 0.1 |
Última Atualização | 2016-07-02 |
Data de Publicação | 2016-07-02 |
Classificação | 4.18/5 Total de 11 Avaliações |
Desenvolvedor | totu |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |