Kill sticky headers
Make the current pages sticky headers disappear
Qu'est-ce que Kill sticky headers ?
Kill sticky headers est une extension Chrome développée par totu, et sa fonction principale est "Make the current pages sticky headers disappear".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Kill sticky headers
Téléchargez les fichiers d'extension Kill sticky headers au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Kill sticky headers |
ID | gkihddapkfpcobehbbomfpfogcihapdf |
URL Officiel | https://chromewebstore.google.com/detail/kill-sticky-headers/gkihddapkfpcobehbbomfpfogcihapdf |
Description | Make the current pages sticky headers disappear |
Taille du Fichier | 3.3 KB |
Nombre d'Installations | 499 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2016-07-02 |
Date de Publication | 2016-07-02 |
Évaluation | 4.18/5 Total 11 Évaluations |
Développeur | totu |
Type de Paiement | free |
Langues Prises en Charge | 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 } |