Open
Bug 1473702
Opened 7 years ago
Updated 2 years ago
Add "Learn More" to toolbar right-click context menus
Categories
(WebExtensions :: Frontend, enhancement, P3)
WebExtensions
Frontend
Tracking
(Not tracked)
NEW
People
(Reporter: mconca, Unassigned)
Details
Attachments
(1 file)
271.48 KB,
image/png
|
Details |
Similar to bug 1457474, Firefox should natively add "Learn More" to the right-click context menu for both browser action buttons and page action buttons. The "Learn More" menu item would take the user (in a new tab, presumably) to the extension's detail page on AMO.
UX has already mocked this up:
https://mozilla.invisionapp.com/share/T7DZLW5CR#/258734408_Right-Click-Extension
Reporter | ||
Updated•7 years ago
|
Priority: -- → P3
Comment 1•7 years ago
|
||
Not sure if I'm mis-reading the mockup but it looks like it actually goes to the detail page in about:addons (not AMO)
Reporter | ||
Comment 2•7 years ago
|
||
I was going by Emanuela's comment in bug 14577474:
https://bugzilla.mozilla.org/show_bug.cgi?id=1457474#c7
which states it should go to the AMO detail page.
It looks like "Manage" already goes to the detail page in about:addons. According to the mock, it should have gone to just about:addons?
Emanuela, would you mind providing some clarity?
"Manage" : goes to about:addons, OR the extension's detail page in about:addons?
"Learn More" : goes to extension's detail page in about:addons, OR the detail page on AMO?
Flags: needinfo?(emanuela)
Comment 3•7 years ago
|
||
If it's going to go to AMO, we need a specification for what should happen if the extension is unlisted.
Comment 4•7 years ago
|
||
Hey everyone,
I attached how I'm expecting the logic to work when a user clicks on 'Learn More.'
If this is too technically challenging, I'm open to discussing together alternatives!
Flags: needinfo?(emanuela)
Comment 5•7 years ago
|
||
This doesn't seem right, extensions can use extension pages for whatever they want, there's no way to tell if a particular extension page is an appropriate target for the "Learn More" action.
Also, I don't believe we currently store a reference to the AMO page for listed extensions...
It is available in the metadata update, but we currently don't keep it. Adding it would be a small amount of extra work.
Comment 6•7 years ago
|
||
I think adding this at the top of the list is a bad idea.
The entries at the top should be the ones provided by the extension, because presumably these will be the ones that the user will use most of the time. I don't think users will frequently use "Learn more".
Also, currently the separation is clear: native entries at the bottom, extension ones at the top. Mixing them like in the invisionapp will confuse users.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•