본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

Add new items to context menu

  • 3 답장
  • 6 이 문제를 만남
  • 7 보기
  • 최종 답변자: cor-el

more options

I would be able to customize the right-click / context menu. Not just disable built-in menu items, such as the Menu Editor add-on accomplishes. I want to be able to add my own menu entries.

For instance, I would like to add several Open With entries for other browsers and download managers. Or, a menu item that acted as a toggle for Javascript on/off. Etc etc.

Is this possible? If so, where can I find information on accomplishing this ... Google search failed me on finding any information.

Thanks

I would be able to customize the right-click / context menu. Not just disable built-in menu items, such as the Menu Editor add-on accomplishes. I want to be able to add my own menu entries. For instance, I would like to add several Open With entries for other browsers and download managers. Or, a menu item that acted as a toggle for Javascript on/off. Etc etc. Is this possible? If so, where can I find information on accomplishing this ... Google search failed me on finding any information. Thanks

모든 댓글 (3)

more options
more options

Adding a menu item is just the beginning, you also need the behind the scenes coding that "links" that menu item the internal code of the Firefox core.

If you don't have any experience with CSS and JavaScript, you'll need to learn the basics.

After that you'll need to learn how those two things can applied to Firefox via an extension.
https://developer.mozilla.org/en-US/docs/Building_an_Extension


Or you can "dissect" Add-ons that already do similar to what you want to do, and then figure out how create a menu item to replace a toolbar button. For instance, Quick Java provides a toolbar "toggle" button.
https://addons.mozilla.org/en-US/firefox/addon/quickjava/

As far as opening other Browsers, this extension has that "context menu item".
https://addons.mozilla.org/en-US/firefox/addon/open-with/

As far as opening Downloads, see this AMO search.

more options

A lot of items in the context menu are context sensitive and only an extension can make sure that they only appear when needed, so you would have to create an extension that adds extra items to the right-click context menu only for specific elements.

You can also look at PrefBar to perform some actions easily.

This extension has a toolbar or can be added as toolbar button that opens a drop down list and allows you to define your own buttons, so doesn't work via the right-click context menu, but you can add keyboard shortcuts to toggle buttons.