Swipe Gesture

Add OSX-style two-finger multitouch gestures

O que é Swipe Gesture?

Swipe Gesture é uma extensão do Chrome desenvolvida por http://antimatter15.com, e sua principal característica é "Add OSX-style two-finger multitouch gestures".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Swipe Gesture

Baixe arquivos de extensão Swipe Gesture 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 adds OSX-style two-finger multitouch gestures for Chrome on many other platforms. This has been tested on Windows 7 on Bootcamp and on a Samsung Series 5 Chromebook.                    

Informações Básicas da Extensão

Nome Swipe Gesture Swipe Gesture
ID mgegfjnccpnkdppohmfgnjalkediapkc
URL Oficial https://chrome.google.com/webstore/detail/swipe-gesture/mgegfjnccpnkdppohmfgnjalkediapkc
Descrição Add OSX-style two-finger multitouch gestures
Tamanho do Arquivo 58.66 KB
Contagem de Instalações 8,365
Versão Atual 2.0
Última Atualização 2012-08-17
Data de Publicação 2012-08-17
Classificação 2.38/5 Total de 141 Avaliações
Desenvolvedor http://antimatter15.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade http://projectnaptha.com
Idiomas Suportados en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Swipe Gesture",
    "version": "2.0",
    "manifest_version": 2,
    "description": "Add OSX-style two-finger multitouch gestures",
    "icons": {
        "64": "img\/64.png",
        "48": "img\/48.png",
        "16": "img\/16.png",
        "128": "img\/128.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "swipe.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ]
}