Gamepad Navigator
A Chrome extension that allows you to navigate web pages and Chromium-based browsers using a game controller.
Gamepad Navigator란 무엇입니까?
Gamepad Navigator은(는) Fluid Project에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Chrome extension that allows you to navigate web pages and Chromium-based browsers using a game controller."입니다.
확장 프로그램 스크린샷
Gamepad Navigator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The Gamepad Navigator is a Chrome extension that allows a user to control Chromium-based browsers (Chrome, Edge, Brave, et cetera) using a game controller. Any controller supported by the HTML5 Gamepad API can be used with this extension. This extension listens for gamepad inputs, and waits until an configured input is pressed. It then launches the associated "action". Most of these "actions" are focused around navigation, such as moving focus between clickable onscreen elements, clicking an element, or scrolling the page up or down. Although it should work with any controller, it is particularly intended to be usable with solutions such as: - The Xbox Adaptive controller - The Logitech Adaptive Gaming Kit, which provides accessible inputs for the Xbox Adaptive Controller - The Playstation Access Controller - The Logitech Adaptive Gaming Kit for Access Controller - The HORI Flex controller for Nintendo Switch - Various modified controllers such as one-handed controllers This extension was written in collaboration with members of the Fluid Community, an "open, collaborative project to improve the user experience and inclusiveness of open source software". Most of this extension is written using Infusion, a framework created and supported by that community.
확장 프로그램 기본 정보
이름 | Gamepad Navigator |
ID | egilmijcknfacjjbchcacijkknbkgfnd |
공식 URL | https://chromewebstore.google.com/detail/gamepad-navigator/egilmijcknfacjjbchcacijkknbkgfnd |
설명 | A Chrome extension that allows you to navigate web pages and Chromium-based browsers using a game controller. |
파일 크기 | 558 KB |
설치 횟수 | 647 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2024-02-29 |
출시 날짜 | 2020-09-18 |
평점 | 3.00/5 총 13 개의 평점 |
개발자 | Fluid Project |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/fluid-lab/gamepad-navigator/blob/master/README.md |
도움말 페이지 URL | https://github.com/fluid-lab/gamepad-navigator/issues |
개인정보 보호 정책 페이지 URL | https://fluidproject.atlassian.net/wiki/spaces/fluid/pages/11581036/Privacy+Policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gamepad Navigator", "version": "1.0.0", "description": "A Chrome extension that allows you to navigate web pages and Chromium-based browsers using a game controller.", "author": "The Gamepad Navigator Authors", "manifest_version": 3, "permissions": [ "storage", "tabs", "sessions", "search" ], "content_scripts": [ { "matches": [ " |