Scroll to Top

Just a Scroll to Top Button

Qu'est-ce que Scroll to Top ?

Scroll to Top est une extension Chrome développée par https://singleclickapps.com, et sa fonction principale est "Just a Scroll to Top Button".

Captures d'Écran de l'Extension

screenshot

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

                        Click the button and scroll the current page back to top. 

It should work as the "home" key on the keyboard. I made it because I use browsers on devices where using the keyboard is inconvenient (namely, my tv boxes). 

At some point a user asked for different toolbar icon, so I made the version 2.0 where you can change the default icon to one of several predefined alternatives or even set your own icon. (To change the icon, just right-click on the scroll to top button and select "Options".)

Please, note that this extension doesn't work on each and every page. It works in most sites  but it will not scroll up browser's internal pages (settings, history etc.) and some complicated web pages (like the add-ons store itself, for example).                    

Informations de Base sur l'Extension

Nom Scroll to Top Scroll to Top
ID khnloieeghjghmpjeaopaenibbneljpk
URL Officiel https://chromewebstore.google.com/detail/scroll-to-top/khnloieeghjghmpjeaopaenibbneljpk
Description Just a Scroll to Top Button
Taille du Fichier 39.64 KB
Nombre d'Installations 3,344
Version Actuelle 2.1.1.0
Dernière Mise à Jour 2020-12-24
Date de Publication 2019-10-25
Évaluation 4.78/5 Total 41 Évaluations
Développeur https://singleclickapps.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://singleclickapps.com/scroll-button/
URL de la Page de Politique de Confidentialité https://singleclickapps.com/privacy.html
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scroll to Top",
    "version": "2.1.1.0",
    "description": "Just a Scroll to Top Button",
    "homepage_url": "https:\/\/singleclickapps.com\/scroll-button",
    "icons": {
        "16": "icon24.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon24.png",
        "default_title": "Scroll to Top"
    },
    "permissions": [
        "activeTab"
    ],
    "offline_enabled": true,
    "options_page": "settings.html",
    "manifest_version": 2
}