Back to the Top

Scroll to the top of the page

Hvad er Back to the Top?

Back to the Top er en Chrome-udvidelse udviklet af marinadecroon, og dens hovedfunktion er "Scroll to the top of the page".

Udvidelsesskærmbilleder

screenshot

Download Back to the Top-udvidelses-CRX-fil

Download Back to the Top-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        A browser extension (add-on) for Google Chrome that allows you to quickly get back to the top and/or bottom of a page.                    

Grundlæggende oplysninger om udvidelsen

Navn Back to the Top Back to the Top
ID gekpnhhoikfeampkegfmkfbeioefecio
Officiel URL https://chromewebstore.google.com/detail/back-to-the-top/gekpnhhoikfeampkegfmkfbeioefecio
Beskrivelse Scroll to the top of the page
Filstørrelse 14.1 KB
Antal Installationer 160
Nuværende Version 1.0
Senest Opdateret 2022-04-18
Udgivelsesdato 2022-04-18
Bedømmelse 1.00/5 Samlet 1 Bedømmelser
Udvikler marinadecroon
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://sites.google.com/view/toptoscroll/home
Understøttede Sprog en
manifest.json
{
    "background": {
        "service_worker": "sw.js"
    },
    "description": "Scroll to the top of the page",
    "name": "Back to the Top",
    "short_name": "up",
    "version": "1.0",
    "manifest_version": 3,
    "homepage_url": "https:\/\/avroraext.com",
    "action": {
        "default_icon": "icons\/icon_128.png"
    },
    "icons": {
        "128": "icons\/icon_128.png",
        "64": "icons\/icon_64.png",
        "32": "icons\/icon_32.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/icon_32.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}