Kill sticky headers

Make the current pages sticky headers disappear

Что такое Kill sticky headers?

Kill sticky headers - это расширение Chrome, разработанное totu, и его основная функция - "Make the current pages sticky headers disappear".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Kill sticky headers

Скачайте файлы расширений Kill sticky headers в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Kill sticky headers Kill sticky headers
ID gkihddapkfpcobehbbomfpfogcihapdf
Официальный URL https://chromewebstore.google.com/detail/kill-sticky-headers/gkihddapkfpcobehbbomfpfogcihapdf
Описание Make the current pages sticky headers disappear
Размер файла 3.3 KB
Количество установок 499
Текущая Версия 0.1
Последнее Обновление 2016-07-02
Дата публикации 2016-07-02
Рейтинг 4.18/5 Всего 11 оценок
Разработчик totu
Тип оплаты free
Поддерживаемые языки 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
}