Wheel Tilt History Navigator

Navigate in the history by tilting the mouse wheel.

Apa itu Wheel Tilt History Navigator?

Wheel Tilt History Navigator adalah ekstensi Chrome yang dikembangkan oleh Jiri Tyr, dan fitur utamanya adalah "Navigate in the history by tilting the mouse wheel.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Wheel Tilt History Navigator

Unduh file ekstensi Wheel Tilt History Navigator 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

                        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.                    

Informasi Dasar Ekstensi

Nama Wheel Tilt History Navigator Wheel Tilt History Navigator
ID fdhiicnjgagpikbdgonbgmompjgnnbnb
URL Resmi https://chromewebstore.google.com/detail/wheel-tilt-history-naviga/fdhiicnjgagpikbdgonbgmompjgnnbnb
Deskripsi Navigate in the history by tilting the mouse wheel.
Ukuran File 23.05 KB
Jumlah Instalasi 16
Versi Saat Ini 1.2
Terakhir Diperbarui 2013-09-30
Tanggal Publikasi 2013-09-30
Penilaian 3.14/5 Total 7 Penilaian
Pengembang Jiri Tyr
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}