History Rocker Gestures

Adds Rocker gestures for navigating back and forward.

Apa itu History Rocker Gestures?

History Rocker Gestures adalah ekstensi Chrome yang dikembangkan oleh Holger Pretzsch, dan fitur utamanya adalah "Adds Rocker gestures for navigating back and forward.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi History Rocker Gestures

Unduh file ekstensi History Rocker Gestures dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama History Rocker Gestures History Rocker Gestures
ID megeekhbkoimigjcfladkllbloieapmg
URL Resmi https://chromewebstore.google.com/detail/history-rocker-gestures/megeekhbkoimigjcfladkllbloieapmg
Deskripsi Adds Rocker gestures for navigating back and forward.
Ukuran File 7.99 KB
Jumlah Instalasi 312
Versi Saat Ini 1.1
Terakhir Diperbarui 2013-10-22
Tanggal Publikasi 2013-10-22
Penilaian 3.68/5 Total 19 Penilaian
Pengembang Holger Pretzsch
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}