WebExtension for TouchpadGestures Advanced

WebExtension for TouchpadGestures Advanced

WebExtension for TouchpadGestures Advanced là gì?

WebExtension for TouchpadGestures Advanced là một tiện ích mở rộng Chrome được phát triển bởi kamektx1, và tính năng chính của nó là "WebExtension for TouchpadGestures Advanced".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng WebExtension for TouchpadGestures Advanced

Tải xuống các tệp mở rộng WebExtension for TouchpadGestures Advanced dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WebExtension for TouchpadGestures Advanced WebExtension for TouchpadGestures Advanced
ID iheedacijllmhlfbahgjekdjmcpelkjk
URL Chính Thức https://chromewebstore.google.com/detail/webextension-for-touchpad/iheedacijllmhlfbahgjekdjmcpelkjk
Mô tả WebExtension for TouchpadGestures Advanced
Kích Thước Tệp 183 KB
Số Lần Cài Đặt 154
Phiên Bản Hiện Tại 0.2.9
Cập Nhật Lần Cuối 2021-07-30
Ngày Phát Hành 2021-05-10
Nhà Phát Triển kamektx1
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/kamektx/WebExtensions_for_TGA
Ngôn Ngữ Được Hỗ Trợ 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",
        ""
    ]
}