WebExtension for TouchpadGestures Advanced

WebExtension for TouchpadGestures Advanced

¿Qué es WebExtension for TouchpadGestures Advanced?

WebExtension for TouchpadGestures Advanced es una extensión de Chrome desarrollada por kamektx1, y su función principal es "WebExtension for TouchpadGestures Advanced".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión WebExtension for TouchpadGestures Advanced

Descarga archivos de extensión WebExtension for TouchpadGestures Advanced en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        This Application was created to work with TouchpadGestures Advanced. To use this extension, you have to install TouchpadGestures Advanced software to your PC locally.

https://github.com/kamektx/TouchpadGestures_Advanced

# What is TouchpadGestures Advanced?
This Application was created to extend the multi-fingered gesture experience of your Precision Touchpad.
The standard feature of Windows 10 allows users to switch foreground windows by sliding your touchpad with three-fingers to the right. This application also allows users to switch tabs within a window with similar touchpad gestures.

# What can this application do?
- You can type Ctrl (+ Shift) + Tab by stroking the touchpad up and down with 3 fingers.
- With WebExtension(https://github.com/kamektx/WebExtensions_for_TGA), you can switch tabs by pop-up windows.

# How to Use?
- This application is for Windows 10 or above.
- Download the installer in Releases page.
- Unzip the installer's zip.
- Run "setup.exe".
- Change your default touchpad gesture settings on Windows; Press start button, Go to Settings, Open "Devices", Select "Touchpad" tab, Click "Advanced gesture configuration" button, In "Configure your three finger gestures" paragraph, Set "Up" and "Down" to "Nothing". To set "Right" to "Switch apps" is recommended.
- Install WebExtension for TGA.                    

Información Básica de la Extensión

Nombre WebExtension for TouchpadGestures Advanced WebExtension for TouchpadGestures Advanced
ID iheedacijllmhlfbahgjekdjmcpelkjk
URL Oficial https://chromewebstore.google.com/detail/webextension-for-touchpad/iheedacijllmhlfbahgjekdjmcpelkjk
Descripción WebExtension for TouchpadGestures Advanced
Tamaño del Archivo 183 KB
Cantidad de Instalaciones 154
Versión Actual 0.2.9
Última Actualización 2021-07-30
Fecha de Publicación 2021-05-10
Desarrollador kamektx1
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/kamektx/WebExtensions_for_TGA
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "WebExtension for TouchpadGestures Advanced",
    "manifest_version": 2,
    "name": "WebExtension for TouchpadGestures Advanced",
    "version": "0.2.9",
    "icons": {
        "48": "icons\/TGA_icon_48.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "60.0"
        }
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icons\/TGA_icon_48.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true,
        "browser_style": true
    },
    "permissions": [
        "nativeMessaging",
        "tabs",
        "storage",
        ""
    ]
}