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」です。
拡張機能のスクリーンショット
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 |
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 } |