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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}