mirror of
https://github.com/YouG-o/YouTube-No-Translation.git
synced 2026-04-25 10:05:54 +03:00
[GH-ISSUE #54] FEATURE REQUEST: Add standard "option" entry point (for Chrome) #49
Labels
No labels
ToDo
bug
enhancement
enhancement
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/YouTube-No-Translation#49
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fireattack on GitHub (Jul 2, 2025).
Original GitHub issue: https://github.com/YouG-o/YouTube-No-Translation/issues/54
Originally assigned to: @YouG-o on GitHub.
Problem
Most extension on Chrome that has an option page usually will provide a link in its extension page (chrome://extensions/?id=lmkeolibdeeglfglnncmfleojmakecjb), like this:
(it will also populate it in the context menu of the extension:
)
This is the standard way to visit option page of an extension on Chrome, and arguably is slightly easier to open than the popup menu, if you have the extension icons hidden. And it will open it in a new tab which is more convenient sometimes.
Proposed Solution
I believe it can be achieved by simply expose the corresponding HTML as
options_pagein the manifest. Please see: https://developer.chrome.com/docs/extensions/develop/ui/options-pageEdit: I believe Firefox has something similar, but I'm not too familiar with Firefox webext dev.
@YouG-o commented on GitHub (Jul 2, 2025):
Done :
815d94656aWill be available in next release later this week.