History Rocker Gestures

Adds Rocker gestures for navigating back and forward.

Co je History Rocker Gestures?

History Rocker Gestures je rozšíření Chrome vyvinuté Holger Pretzsch, a jeho hlavní funkcí je „Adds Rocker gestures for navigating back and forward.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření History Rocker Gestures

Stáhněte si soubory rozšíření History Rocker Gestures ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název History Rocker Gestures History Rocker Gestures
ID megeekhbkoimigjcfladkllbloieapmg
Oficiální URL https://chromewebstore.google.com/detail/history-rocker-gestures/megeekhbkoimigjcfladkllbloieapmg
Popis Adds Rocker gestures for navigating back and forward.
Velikost souboru 7.99 KB
Počet instalací 312
Aktuální Verze 1.1
Poslední Aktualizace 2013-10-22
Datum Vydání 2013-10-22
Hodnocení 3.68/5 Celkem 19 Hodnocení
Vývojář Holger Pretzsch
Typ Platby free
Podporované Jazyky 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"
    }
}