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 |
官方網址 | 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" } |