Wheel Tilt History Navigator

Navigate in the history by tilting the mouse wheel.

Wheel Tilt History Navigatorとは何ですか?

Wheel Tilt History NavigatorはJiri Tyrによって開発されたChromeの拡張機能で、その主な機能は「Navigate in the history by tilting the mouse wheel.」です。

拡張機能のスクリーンショット

screenshot

Wheel Tilt History Navigator拡張機能のCRXファイルをダウンロード

Wheel Tilt History Navigator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Wheel Tilt History Navigator Wheel Tilt History Navigator
ID fdhiicnjgagpikbdgonbgmompjgnnbnb
公式URL https://chromewebstore.google.com/detail/wheel-tilt-history-naviga/fdhiicnjgagpikbdgonbgmompjgnnbnb
説明 Navigate in the history by tilting the mouse wheel.
ファイルサイズ 23.05 KB
インストール数 16
現在のバージョン 1.2
最終更新日 2013-09-30
公開日 2013-09-30
評価 3.14/5 合計 7 レビュー
開発者 Jiri Tyr
支払い方法 free
対応言語 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"
            ]
        }
    ]
}