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
}