Scroll Back
Change the behaviour of Shift-Wheel to go forward and back in the history, like Firefox.
Cos'è Scroll Back?
Scroll Back è un'estensione di Chrome sviluppata da https://erambler.co.uk, e la sua funzione principale è "Change the behaviour of Shift-Wheel to go forward and back in the history, like Firefox.".
Scarica il file CRX dell'estensione Scroll Back
Scarica i file di estensione Scroll Back in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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/).
Informazioni di Base sull'Estensione
Nome | Scroll Back |
ID | bhhdgkdmcbgoecgmdgbkabdbjcihafgc |
URL Ufficiale | https://chromewebstore.google.com/detail/scroll-back/bhhdgkdmcbgoecgmdgbkabdbjcihafgc |
Descrizione | Change the behaviour of Shift-Wheel to go forward and back in the history, like Firefox. |
Dimensione del File | 5.87 KB |
Conteggio Installazioni | 114 |
Versione Corrente | 0.1.1 |
Ultimo Aggiornamento | 2017-01-06 |
Data di Pubblicazione | 2017-01-06 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | https://erambler.co.uk |
Tipo di Pagamento | free |
Lingue Supportate | 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" } ] } |