Scroll Back

Change the behaviour of Shift-Wheel to go forward and back in the history, like Firefox.

Qu'est-ce que Scroll Back ?

Scroll Back est une extension Chrome développée par https://erambler.co.uk, et sa fonction principale est "Change the behaviour of Shift-Wheel to go forward and back in the history, like Firefox.".

Télécharger le fichier CRX de l'extension Scroll Back

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

                        Firefox allows you to navigate in the history by holding down the Shift key and using the mouse wheel.  This extension enables the same behaviour in Chrome.  There is no configuration: just disable the extension to go back to the default behaviour.

License: https://github.com/jezcope/chrome-scroll-back/blob/master/LICENSE.txt

Please report bugs at https://github.com/jezcope/chrome-scroll-back/issues.

Icon taken from FontAwesome (http://fortawesome.github.io/Font-Awesome/).                    

Informations de Base sur l'Extension

Nom Scroll Back Scroll Back
ID bhhdgkdmcbgoecgmdgbkabdbjcihafgc
URL Officiel https://chromewebstore.google.com/detail/scroll-back/bhhdgkdmcbgoecgmdgbkabdbjcihafgc
Description Change the behaviour of Shift-Wheel to go forward and back in the history, like Firefox.
Taille du Fichier 5.87 KB
Nombre d'Installations 114
Version Actuelle 0.1.1
Dernière Mise à Jour 2017-01-06
Date de Publication 2017-01-06
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://erambler.co.uk
Type de Paiement free
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Scroll Back",
    "description": "Change the behaviour of Shift-Wheel to go forward and back in the history, like Firefox.",
    "icons": {
        "128": "icon.png"
    },
    "version": "0.1.1",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/scrollback.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ]
}