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
官方網址 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"
    }
}