Kill-Sticky
Remove all elements with fixed or sticky positions
Qu'est-ce que Kill-Sticky ?
Kill-Sticky est une extension Chrome développée par Unknown, et sa fonction principale est "Remove all elements with fixed or sticky positions".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Kill-Sticky
Téléchargez les fichiers d'extension Kill-Sticky au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Kill-Sticky |
ID | lekjlgffkaencjnlcmbgibodhechofdb |
URL Officiel | https://chromewebstore.google.com/detail/kill-sticky/lekjlgffkaencjnlcmbgibodhechofdb |
Description | Remove all elements with fixed or sticky positions |
Taille du Fichier | 3.43 KB |
Nombre d'Installations | 1,506 |
Version Actuelle | 1.4.0 |
Dernière Mise à Jour | 2019-06-06 |
Date de Publication | 2019-06-05 |
Évaluation | 5.00/5 Total 8 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/eemeli/chrome-kill-sticky |
URL de la Page d'Aide | https://github.com/eemeli/chrome-kill-sticky/issues |
Langues Prises en Charge | 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" } |