Scroll to the bottom
helps users get to the top and bottom of a page instantly
Wat is Scroll to the bottom?
Scroll to the bottom is een Chrome-extensie ontwikkeld door Launchpad Digital, en de belangrijkste functie is "helps users get to the top and bottom of a page instantly".
Extensie Screenshots
Download het CRX-bestand van de extensie Scroll to the bottom
Download Scroll to the bottom-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Scroll to the bottom |
ID | ccodoapghablmcdbmpjgcbmjhafanebm |
Officiële URL | https://chromewebstore.google.com/detail/scroll-to-the-bottom/ccodoapghablmcdbmpjgcbmjhafanebm |
Beschrijving | helps users get to the top and bottom of a page instantly |
Bestandsgrootte | 125 KB |
Aantal Installaties | 261 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2021-07-07 |
Publicatiedatum | 2021-07-03 |
Beoordeling | 2.33/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Launchpad Digital |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } } |