History Rocker Gestures

Adds Rocker gestures for navigating back and forward.

O que é History Rocker Gestures?

History Rocker Gestures é uma extensão do Chrome desenvolvida por Holger Pretzsch, e sua principal característica é "Adds Rocker gestures for navigating back and forward.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão History Rocker Gestures

Baixe arquivos de extensão History Rocker Gestures no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome History Rocker Gestures History Rocker Gestures
ID megeekhbkoimigjcfladkllbloieapmg
URL Oficial https://chromewebstore.google.com/detail/history-rocker-gestures/megeekhbkoimigjcfladkllbloieapmg
Descrição Adds Rocker gestures for navigating back and forward.
Tamanho do Arquivo 7.99 KB
Contagem de Instalações 312
Versão Atual 1.1
Última Atualização 2013-10-22
Data de Publicação 2013-10-22
Classificação 3.68/5 Total de 19 Avaliações
Desenvolvedor Holger Pretzsch
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}