History Rocker Gestures

Adds Rocker gestures for navigating back and forward.

Cos'è History Rocker Gestures?

History Rocker Gestures è un'estensione di Chrome sviluppata da Holger Pretzsch, e la sua funzione principale è "Adds Rocker gestures for navigating back and forward.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione History Rocker Gestures

Scarica i file di estensione History Rocker Gestures 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

                        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                    

Informazioni di Base sull'Estensione

Nome History Rocker Gestures History Rocker Gestures
ID megeekhbkoimigjcfladkllbloieapmg
URL Ufficiale https://chromewebstore.google.com/detail/history-rocker-gestures/megeekhbkoimigjcfladkllbloieapmg
Descrizione Adds Rocker gestures for navigating back and forward.
Dimensione del File 7.99 KB
Conteggio Installazioni 312
Versione Corrente 1.1
Ultimo Aggiornamento 2013-10-22
Data di Pubblicazione 2013-10-22
Valutazione 3.68/5 Totale 19 Valutazioni
Sviluppatore Holger Pretzsch
Tipo di Pagamento free
Lingue Supportate 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"
    }
}