Wheel Tilt History Navigator

Navigate in the history by tilting the mouse wheel.

Co to jest Wheel Tilt History Navigator?

Wheel Tilt History Navigator to rozszerzenie Chrome opracowane przez Jiri Tyr, a jego główną funkcją jest „Navigate in the history by tilting the mouse wheel.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Wheel Tilt History Navigator

Pobierz pliki rozszerzeń Wheel Tilt History Navigator 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

                        If you have a mouse which has the tilt functionality on its wheel, then this extension allows you to navigate in the history by tilting the mouse wheel.                    

Podstawowe informacje o rozszerzeniu

Nazwa Wheel Tilt History Navigator Wheel Tilt History Navigator
ID fdhiicnjgagpikbdgonbgmompjgnnbnb
Oficjalny URL https://chromewebstore.google.com/detail/wheel-tilt-history-naviga/fdhiicnjgagpikbdgonbgmompjgnnbnb
Opis Navigate in the history by tilting the mouse wheel.
Rozmiar pliku 23.05 KB
Liczba instalacji 16
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2013-09-30
Data Publikacji 2013-09-30
Ocena 3.14/5 Łącznie 7 Oceny
Deweloper Jiri Tyr
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": "Wheel Tilt History Navigator",
    "version": "1.2",
    "description": "Navigate in the history by tilting the mouse wheel.",
    "icons": {
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ]
        }
    ]
}