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 |
公式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 |
Eメール | [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": [ " |