History Rocker Gestures

Adds Rocker gestures for navigating back and forward.

¿Qué es History Rocker Gestures?

History Rocker Gestures es una extensión de Chrome desarrollada por Holger Pretzsch, y su función principal es "Adds Rocker gestures for navigating back and forward.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión History Rocker Gestures

Descarga archivos de extensión History Rocker Gestures 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

                        This extension allows you to use Rocker gestures for navigating back and forward in your browser history.

Hold down the right mouse button and press the left mouse button to go back. Hold down the left mouse button and press the right mouse button to go forward.

This extension is designed to be as minimalistic as possible. At the moment, there is no configuration / customization available.

When installing or re-activating this extension, pages which are already open must be refreshed once for it to work.

Changelog:
Version 1.1 - Fixed bug caused by typo
Version 1.0 - Initial release                    

Información Básica de la Extensión

Nombre History Rocker Gestures History Rocker Gestures
ID megeekhbkoimigjcfladkllbloieapmg
URL Oficial https://chromewebstore.google.com/detail/history-rocker-gestures/megeekhbkoimigjcfladkllbloieapmg
Descripción Adds Rocker gestures for navigating back and forward.
Tamaño del Archivo 7.99 KB
Cantidad de Instalaciones 312
Versión Actual 1.1
Última Actualización 2013-10-22
Fecha de Publicación 2013-10-22
Calificación 3.68/5 Total de 19 Calificaciones
Desarrollador Holger Pretzsch
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "History Rocker Gestures",
    "description": "Adds Rocker gestures for navigating back and forward.",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "rocker.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "icon_128.png"
    }
}