History Rocker Gestures

Adds Rocker gestures for navigating back and forward.

Vad är History Rocker Gestures?

History Rocker Gestures är en Chrome-tillägg utvecklad av Holger Pretzsch, och dess huvudfunktion är "Adds Rocker gestures for navigating back and forward.".

Tilläggsskärmbilder

screenshot

Ladda ner History Rocker Gestures-förlängningens CRX-fil

Ladda ner History Rocker Gestures-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

                        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                    

Grundläggande Information om Tillägg

Namn History Rocker Gestures History Rocker Gestures
ID megeekhbkoimigjcfladkllbloieapmg
Officiell webbadress https://chromewebstore.google.com/detail/history-rocker-gestures/megeekhbkoimigjcfladkllbloieapmg
Beskrivning Adds Rocker gestures for navigating back and forward.
Filstorlek 7.99 KB
Antal Installationer 312
Aktuell Version 1.1
Senast Uppdaterad 2013-10-22
Publiceringsdatum 2013-10-22
Betyg 3.68/5 Totalt 19 Betyg
Utvecklare Holger Pretzsch
Betalningssätt free
Stödda Språk 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"
    }
}