Kill-Sticky
Remove all elements with fixed or sticky positions
Apa itu Kill-Sticky?
Kill-Sticky adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Remove all elements with fixed or sticky positions".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Kill-Sticky
Unduh file ekstensi Kill-Sticky dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Kill-Sticky |
ID | lekjlgffkaencjnlcmbgibodhechofdb |
URL Resmi | https://chromewebstore.google.com/detail/kill-sticky/lekjlgffkaencjnlcmbgibodhechofdb |
Deskripsi | Remove all elements with fixed or sticky positions |
Ukuran File | 3.43 KB |
Jumlah Instalasi | 1,506 |
Versi Saat Ini | 1.4.0 |
Terakhir Diperbarui | 2019-06-06 |
Tanggal Publikasi | 2019-06-05 |
Penilaian | 5.00/5 Total 8 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/eemeli/chrome-kill-sticky |
URL Halaman Bantuan | https://github.com/eemeli/chrome-kill-sticky/issues |
Bahasa yang Didukung | 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" } |