Kill sticky headers

Make the current pages sticky headers disappear

什么是Kill sticky headers?

Kill sticky headers是由totu开发的Chrome扩展程序,该扩展的主要功能是“Make the current pages sticky headers disappear”。

扩展截图

screenshot
screenshot

下载Kill sticky headers扩展crx文件

下载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
}