Gamepad Navigator
A Chrome extension that allows you to navigate web pages and Chromium-based browsers using a game controller.
¿Qué es Gamepad Navigator?
Gamepad Navigator es una extensión de Chrome desarrollada por Fluid Project, y su función principal es "A Chrome extension that allows you to navigate web pages and Chromium-based browsers using a game controller.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Gamepad Navigator
Descarga archivos de extensión Gamepad Navigator 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
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.
Información Básica de la Extensión
Nombre | Gamepad Navigator |
ID | egilmijcknfacjjbchcacijkknbkgfnd |
URL Oficial | https://chromewebstore.google.com/detail/gamepad-navigator/egilmijcknfacjjbchcacijkknbkgfnd |
Descripción | A Chrome extension that allows you to navigate web pages and Chromium-based browsers using a game controller. |
Tamaño del Archivo | 558 KB |
Cantidad de Instalaciones | 647 |
Versión Actual | 1.0.0 |
Última Actualización | 2024-02-29 |
Fecha de Publicación | 2020-09-18 |
Calificación | 3.00/5 Total de 13 Calificaciones |
Desarrollador | Fluid Project |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/fluid-lab/gamepad-navigator/blob/master/README.md |
URL de la Página de Ayuda | https://github.com/fluid-lab/gamepad-navigator/issues |
URL de la Página de Política de Privacidad | https://fluidproject.atlassian.net/wiki/spaces/fluid/pages/11581036/Privacy+Policy |
Idiomas Soportados | 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": [ " |