Scroll to top

Extension that make it so adding Scroll to top button when you start scroll to top. AKA: Pet Scroll.

Qu'est-ce que Scroll to top ?

Scroll to top est une extension Chrome développée par https://www.peteychuk.com, et sa fonction principale est "Extension that make it so adding Scroll to top button when you start scroll to top. AKA: Pet Scroll.".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Scroll to top

Téléchargez les fichiers d'extension Scroll to 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

                        Extension that make it so adding Scroll to top button when you start scroll to top. AKA: Pet Scroll.                    

Informations de Base sur l'Extension

Nom Scroll to top Scroll to top
ID ehajcglbnkfohalbajjnkkobbjelihjd
URL Officiel https://chromewebstore.google.com/detail/scroll-to-top/ehajcglbnkfohalbajjnkkobbjelihjd
Description Extension that make it so adding Scroll to top button when you start scroll to top. AKA: Pet Scroll.
Taille du Fichier 2.77 MB
Nombre d'Installations 289
Version Actuelle 0.3
Dernière Mise à Jour 2017-10-20
Date de Publication 2017-10-20
Évaluation 4.50/5 Total 22 Évaluations
Développeur https://www.peteychuk.com
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scroll to top",
    "description": "Extension that make it so adding Scroll to top button when you start scroll to top. AKA: Pet Scroll.",
    "version": "0.3",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "app.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        "top.png"
    ],
    "icons": {
        "48": "top48.png"
    }
}