Kill-Sticky
Remove all elements with fixed or sticky positions
Cos'è Kill-Sticky?
Kill-Sticky è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Remove all elements with fixed or sticky positions".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Kill-Sticky
Scarica i file di estensione Kill-Sticky in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Kill-Sticky |
ID | lekjlgffkaencjnlcmbgibodhechofdb |
URL Ufficiale | https://chromewebstore.google.com/detail/kill-sticky/lekjlgffkaencjnlcmbgibodhechofdb |
Descrizione | Remove all elements with fixed or sticky positions |
Dimensione del File | 3.43 KB |
Conteggio Installazioni | 1,506 |
Versione Corrente | 1.4.0 |
Ultimo Aggiornamento | 2019-06-06 |
Data di Pubblicazione | 2019-06-05 |
Valutazione | 5.00/5 Totale 8 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/eemeli/chrome-kill-sticky |
URL della Pagina di Aiuto | https://github.com/eemeli/chrome-kill-sticky/issues |
Lingue Supportate | 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" } |