Kill sticky headers
Make the current pages sticky headers disappear
Kill sticky headers là gì?
Kill sticky headers là một tiện ích mở rộng Chrome được phát triển bởi totu, và tính năng chính của nó là "Make the current pages sticky headers disappear".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Kill sticky headers
Tải xuống các tệp mở rộng Kill sticky headers dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Kill sticky headers |
ID | gkihddapkfpcobehbbomfpfogcihapdf |
URL Chính Thức | https://chromewebstore.google.com/detail/kill-sticky-headers/gkihddapkfpcobehbbomfpfogcihapdf |
Mô tả | Make the current pages sticky headers disappear |
Kích Thước Tệp | 3.3 KB |
Số Lần Cài Đặt | 499 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2016-07-02 |
Ngày Phát Hành | 2016-07-02 |
Đánh Giá | 4.18/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | totu |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |