WebExtension for TouchpadGestures Advanced
WebExtension for TouchpadGestures Advanced
WebExtension for TouchpadGestures Advanced란 무엇입니까?
WebExtension for TouchpadGestures Advanced은(는) kamektx1에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "WebExtension for TouchpadGestures Advanced"입니다.
확장 프로그램 스크린샷
WebExtension for TouchpadGestures Advanced 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | WebExtension for TouchpadGestures Advanced |
ID | iheedacijllmhlfbahgjekdjmcpelkjk |
공식 URL | https://chromewebstore.google.com/detail/webextension-for-touchpad/iheedacijllmhlfbahgjekdjmcpelkjk |
설명 | WebExtension for TouchpadGestures Advanced |
파일 크기 | 183 KB |
설치 횟수 | 154 |
현재 버전 | 0.2.9 |
최근 업데이트 | 2021-07-30 |
출시 날짜 | 2021-05-10 |
개발자 | kamektx1 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/kamektx/WebExtensions_for_TGA |
지원되는 언어 | 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", " |