Closed Bug 1687418 Opened 4 years ago Closed 4 years ago

Feature Request: Provide a direct URL to the "Manage Extension Shortcuts" Screen

Categories

(Toolkit :: Add-ons Manager, enhancement)

Firefox 84
enhancement

Tracking

()

RESOLVED DUPLICATE of bug 1538451

People

(Reporter: mozillabugz, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:84.0) Gecko/20100101 Firefox/84.0

Steps to reproduce:

Currently, there isn't a way for extension developers to provide a direct link to the "Manage Extension Shortcuts" Screen. This is the screen where users can configure all their extension's shortcuts via the WebExtensions Commands API.

For example, Chromium browsers conveniently offer the URL chrome://extensions/shortcuts (or edge://extensions/shortcuts in Edge) that directly takes the user to this screen. Having a direct URL like this available allows extension developers to link to this URL via a button/anchor in their extension's Options Page.

In Firefox, the screen is hidden inside about:addons and it's currently a somewhat cumbersome (and not very intuitive) 3-step process that requires the user to:

  1. Navigate to about:addons
  2. Click the Gear/Cog Icon
  3. Click "Manage Extension Shortcuts"

See: https://support.mozilla.org/en-US/kb/manage-extension-shortcuts-firefox

Because of this, in my extensions I have to write out logic specific to the Firefox version that writes out the above steps (literally) instead of simply displaying a button that says "Configure Shortcuts" that users can click on that takes them there immediately like in my Chrome/Edge versions.

Actual results:

There is no URL available to directly take the user to configure extensions shortcuts.

Expected results:

The feature request would allow extension developers to be able to directly link to the screen where users can configure extension shortcuts.

Bugbug thinks this bug should belong to this component, but please revert this change in case of error.

Component: Untriaged → Add-ons Manager
Product: WebExtensions → Toolkit

Extensions cannot open about:addons, but there is a feature request (with a pending patch) at bug 1538451.

Status: UNCONFIRMED → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.