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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Chrome extension that allows you to navigate web pages and Chromium-based browsers using a game controller."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Gamepad Navigator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [ " |