Kill-Sticky
Remove all elements with fixed or sticky positions
什么是Kill-Sticky?
Kill-Sticky是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Remove all elements with fixed or sticky positions”。
扩展截图
下载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 |
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" } |