History Rocker Gestures

Adds Rocker gestures for navigating back and forward.

Co to jest History Rocker Gestures?

History Rocker Gestures to rozszerzenie Chrome opracowane przez Holger Pretzsch, a jego główną funkcją jest „Adds Rocker gestures for navigating back and forward.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia History Rocker Gestures

Pobierz pliki rozszerzeń History Rocker Gestures w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa History Rocker Gestures History Rocker Gestures
ID megeekhbkoimigjcfladkllbloieapmg
Oficjalny URL https://chromewebstore.google.com/detail/history-rocker-gestures/megeekhbkoimigjcfladkllbloieapmg
Opis Adds Rocker gestures for navigating back and forward.
Rozmiar pliku 7.99 KB
Liczba instalacji 312
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2013-10-22
Data Publikacji 2013-10-22
Ocena 3.68/5 Łącznie 19 Oceny
Deweloper Holger Pretzsch
Typ Płatności free
Obsługiwane Języki 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"
    }
}