Scroll Back
Change the behaviour of Shift-Wheel to go forward and back in the history, like Firefox.
¿Qué es Scroll Back?
Scroll Back es una extensión de Chrome desarrollada por https://erambler.co.uk, y su función principal es "Change the behaviour of Shift-Wheel to go forward and back in the history, like Firefox.".
Descargar Archivo CRX de la Extensión Scroll Back
Descarga archivos de extensión Scroll Back en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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/).
Información Básica de la Extensión
Nombre | Scroll Back |
ID | bhhdgkdmcbgoecgmdgbkabdbjcihafgc |
URL Oficial | https://chromewebstore.google.com/detail/scroll-back/bhhdgkdmcbgoecgmdgbkabdbjcihafgc |
Descripción | Change the behaviour of Shift-Wheel to go forward and back in the history, like Firefox. |
Tamaño del Archivo | 5.87 KB |
Cantidad de Instalaciones | 114 |
Versión Actual | 0.1.1 |
Última Actualización | 2017-01-06 |
Fecha de Publicación | 2017-01-06 |
Calificación | 5.00/5 Total de 4 Calificaciones |
Desarrollador | https://erambler.co.uk |
Tipo de Pago | free |
Idiomas Soportados | 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" } ] } |