Kill-Sticky
Remove all elements with fixed or sticky positions
Co je Kill-Sticky?
Kill-Sticky je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Remove all elements with fixed or sticky positions“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Kill-Sticky
Stáhněte si soubory rozšíření Kill-Sticky ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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 Základní Informace o Rozšíření
| Název | |
| ID | lekjlgffkaencjnlcmbgibodhechofdb |
| Oficiální URL | https://chromewebstore.google.com/detail/kill-sticky/lekjlgffkaencjnlcmbgibodhechofdb |
| Popis | Remove all elements with fixed or sticky positions |
| Velikost souboru | 3.43 KB |
| Počet instalací | 1,506 |
| Aktuální Verze | 1.4.0 |
| Poslední Aktualizace | 2019-06-06 |
| Datum Vydání | 2019-06-05 |
| Hodnocení | 5.00/5 Celkem 8 Hodnocení |
| Vývojář | Unknown |
| Typ Platby | free |
| Webové stránky Rozšíření | https://github.com/eemeli/chrome-kill-sticky |
| URL Stránky Nápovědy | https://github.com/eemeli/chrome-kill-sticky/issues |
| Podporované Jazyky | 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"
} | |