Back to the Top

Scroll to the top of the page

Qu'est-ce que Back to the Top ?

Back to the Top est une extension Chrome développée par marinadecroon, et sa fonction principale est "Scroll to the top of the page".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Back to the Top

Téléchargez les fichiers d'extension Back to the Top au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Back to the Top Back to the Top
ID gekpnhhoikfeampkegfmkfbeioefecio
URL Officiel https://chromewebstore.google.com/detail/back-to-the-top/gekpnhhoikfeampkegfmkfbeioefecio
Description Scroll to the top of the page
Taille du Fichier 14.1 KB
Nombre d'Installations 160
Version Actuelle 1.0
Dernière Mise à Jour 2022-04-18
Date de Publication 2022-04-18
Évaluation 1.00/5 Total 1 Évaluations
Développeur marinadecroon
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://sites.google.com/view/toptoscroll/home
Langues Prises en Charge 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"
}