Scroll to the bottom
helps users get to the top and bottom of a page instantly
Co je Scroll to the bottom?
Scroll to the bottom je rozšíření Chrome vyvinuté Launchpad Digital, a jeho hlavní funkcí je „helps users get to the top and bottom of a page instantly“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Scroll to the bottom
Stáhněte si soubory rozšíření Scroll to the bottom 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í
scroll to bottom is a chrome extension that allows you to get to the top or bottom of any webpage in one click. If you have trouble viewing long webpages or threads on forums and reddit, then scroll to bottom is for you. Try it out!
Základní Informace o Rozšíření
Název | Scroll to the bottom |
ID | ccodoapghablmcdbmpjgcbmjhafanebm |
Oficiální URL | https://chromewebstore.google.com/detail/scroll-to-the-bottom/ccodoapghablmcdbmpjgcbmjhafanebm |
Popis | helps users get to the top and bottom of a page instantly |
Velikost souboru | 125 KB |
Počet instalací | 261 |
Aktuální Verze | 1.0.1 |
Poslední Aktualizace | 2021-07-07 |
Datum Vydání | 2021-07-03 |
Hodnocení | 2.33/5 Celkem 3 Hodnocení |
Vývojář | Launchpad Digital |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Scroll to the bottom", "description": "helps users get to the top and bottom of a page instantly", "version": "1.0.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "get_started16.png", "32": "get_started32.png", "48": "get_started48.png", "128": "get_started128.png" }, "icons": { "16": "get_started16.png", "32": "get_started32.png", "48": "get_started48.png", "128": "get_started128.png" } } } |