Mouse History

Go one page back or one page forward with clever mouse button shortcut.

Co to jest Mouse History?

Mouse History to rozszerzenie Chrome opracowane przez Martin Babinec, a jego główną funkcją jest „Go one page back or one page forward with clever mouse button shortcut.”.

Pobierz plik CRX rozszerzenia Mouse History

Pobierz pliki rozszerzeń Mouse History 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

                        You can go back or forward in page with these easy mouse shortcut:

- Hold right mouse button + press left mouse button = go one page back.
- Hold left mouse button + press right mouse button = go one page forward.                    

Podstawowe informacje o rozszerzeniu

Nazwa Mouse History Mouse History
ID lmmjlidhpipkimkbeoppeognbeahogjf
Oficjalny URL https://chrome.google.com/webstore/detail/mouse-history/lmmjlidhpipkimkbeoppeognbeahogjf
Opis Go one page back or one page forward with clever mouse button shortcut.
Rozmiar pliku 8.58 KB
Liczba instalacji 27
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2015-04-11
Data Publikacji 2015-04-11
Ocena 2.33/5 Łącznie 3 Oceny
Deweloper Martin Babinec
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": "Mouse History",
    "version": "1.0",
    "author": "Martin Babinec",
    "description": "Go one page back or one page forward with clever mouse button shortcut.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}