Kill-Sticky

Remove all elements with fixed or sticky positions

Kill-Stickyとは何ですか?

Kill-StickyはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Remove all elements with fixed or sticky positions」です。

拡張機能のスクリーンショット

screenshot
screenshot

Kill-Sticky拡張機能のCRXファイルをダウンロード

Kill-Sticky拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Lets you get rid of distracting headers and ads by adding a browser action and a keyboard shortcut (Alt+K on Windows & Linux, Cmd+K on macOS) that removes all elements from the current page that have a "fixed" or "sticky" position, and re-enables scrolling for the page contents.

To change the keyboard shortcut, visit the page chrome://extensions/shortcuts                    

拡張機能の基本情報

名前 Kill-Sticky Kill-Sticky
ID lekjlgffkaencjnlcmbgibodhechofdb
公式URL https://chromewebstore.google.com/detail/kill-sticky/lekjlgffkaencjnlcmbgibodhechofdb
説明 Remove all elements with fixed or sticky positions
ファイルサイズ 3.43 KB
インストール数 1,506
現在のバージョン 1.4.0
最終更新日 2019-06-06
公開日 2019-06-05
評価 5.00/5 合計 8 レビュー
開発者 Unknown
支払い方法 free
拡張機能のウェブサイト https://github.com/eemeli/chrome-kill-sticky
ヘルプページのURL https://github.com/eemeli/chrome-kill-sticky/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Remove all elements with fixed or sticky positions"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+K",
                "mac": "Command+K"
            }
        }
    },
    "description": "Remove all elements with fixed or sticky positions",
    "manifest_version": 2,
    "name": "Kill-Sticky",
    "permissions": [
        "activeTab"
    ],
    "version": "1.4.0"
}