Kill sticky headers

Make the current pages sticky headers disappear

Apa itu Kill sticky headers?

Kill sticky headers adalah ekstensi Chrome yang dikembangkan oleh totu, dan fitur utamanya adalah "Make the current pages sticky headers disappear".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Kill sticky headers

Unduh file ekstensi Kill sticky headers dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Kill sticky headers Kill sticky headers
ID gkihddapkfpcobehbbomfpfogcihapdf
URL Resmi https://chromewebstore.google.com/detail/kill-sticky-headers/gkihddapkfpcobehbbomfpfogcihapdf
Deskripsi Make the current pages sticky headers disappear
Ukuran File 3.3 KB
Jumlah Instalasi 499
Versi Saat Ini 0.1
Terakhir Diperbarui 2016-07-02
Tanggal Publikasi 2016-07-02
Penilaian 4.18/5 Total 11 Penilaian
Pengembang totu
Tipe Pembayaran free
Bahasa yang Didukung 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
}