Back to the Top

Scroll to the top of the page

Wat is Back to the Top?

Back to the Top is een Chrome-extensie ontwikkeld door marinadecroon, en de belangrijkste functie is "Scroll to the top of the page".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Back to the Top

Download Back to the Top-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

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

Basisinformatie over de Extensie

Naam Back to the Top Back to the Top
ID gekpnhhoikfeampkegfmkfbeioefecio
Officiële URL https://chromewebstore.google.com/detail/back-to-the-top/gekpnhhoikfeampkegfmkfbeioefecio
Beschrijving Scroll to the top of the page
Bestandsgrootte 14.1 KB
Aantal Installaties 160
Huidige Versie 1.0
Laatst Bijgewerkt 2022-04-18
Publicatiedatum 2022-04-18
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar marinadecroon
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://sites.google.com/view/toptoscroll/home
Ondersteunde Talen 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"
}