Scroll to the bottom

helps users get to the top and bottom of a page instantly

Vad är Scroll to the bottom?

Scroll to the bottom är en Chrome-tillägg utvecklad av Launchpad Digital, och dess huvudfunktion är "helps users get to the top and bottom of a page instantly".

Tilläggsskärmbilder

screenshot

Ladda ner Scroll to the bottom-förlängningens CRX-fil

Ladda ner Scroll to the bottom-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Scroll to the bottom Scroll to the bottom
ID ccodoapghablmcdbmpjgcbmjhafanebm
Officiell webbadress https://chromewebstore.google.com/detail/scroll-to-the-bottom/ccodoapghablmcdbmpjgcbmjhafanebm
Beskrivning helps users get to the top and bottom of a page instantly
Filstorlek 125 KB
Antal Installationer 261
Aktuell Version 1.0.1
Senast Uppdaterad 2021-07-07
Publiceringsdatum 2021-07-03
Betyg 2.33/5 Totalt 3 Betyg
Utvecklare Launchpad Digital
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        }
    }
}