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"
    }
}