Wheel Tilt History Navigator

Navigate in the history by tilting the mouse wheel.

Vad är Wheel Tilt History Navigator?

Wheel Tilt History Navigator är en Chrome-tillägg utvecklad av Jiri Tyr, och dess huvudfunktion är "Navigate in the history by tilting the mouse wheel.".

Tilläggsskärmbilder

screenshot

Ladda ner Wheel Tilt History Navigator-förlängningens CRX-fil

Ladda ner Wheel Tilt History Navigator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Wheel Tilt History Navigator Wheel Tilt History Navigator
ID fdhiicnjgagpikbdgonbgmompjgnnbnb
Officiell webbadress https://chromewebstore.google.com/detail/wheel-tilt-history-naviga/fdhiicnjgagpikbdgonbgmompjgnnbnb
Beskrivning Navigate in the history by tilting the mouse wheel.
Filstorlek 23.05 KB
Antal Installationer 16
Aktuell Version 1.2
Senast Uppdaterad 2013-09-30
Publiceringsdatum 2013-09-30
Betyg 3.14/5 Totalt 7 Betyg
Utvecklare Jiri Tyr
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}