History Rocker Gestures

Adds Rocker gestures for navigating back and forward.

History Rocker Gesturesとは何ですか?

History Rocker GesturesはHolger Pretzschによって開発されたChromeの拡張機能で、その主な機能は「Adds Rocker gestures for navigating back and forward.」です。

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

screenshot

History Rocker Gestures拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 History Rocker Gestures History Rocker Gestures
ID megeekhbkoimigjcfladkllbloieapmg
公式URL https://chromewebstore.google.com/detail/history-rocker-gestures/megeekhbkoimigjcfladkllbloieapmg
説明 Adds Rocker gestures for navigating back and forward.
ファイルサイズ 7.99 KB
インストール数 312
現在のバージョン 1.1
最終更新日 2013-10-22
公開日 2013-10-22
評価 3.68/5 合計 19 レビュー
開発者 Holger Pretzsch
支払い方法 free
対応言語 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"
    }
}