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文件
下載Gamepad Navigator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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": [ " |