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
官方網址 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
}