Trang web này sẽ có chức năng hạn chế trong khi chúng tôi trải qua bảo trì để cải thiện trải nghiệm của bạn. Nếu một bài viết không giải quyết được vấn đề của bạn và bạn muốn đặt câu hỏi, chúng tôi có cộng đồng hỗ trợ của chúng tôi đang chờ để giúp bạn tại @FirefoxSupport trên Twitter và /r/firefox trên Reddit.

Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

Is it possible to group addons together?

  • 3 trả lời
  • 2 gặp vấn đề này
  • 2 lượt xem
  • Trả lời mới nhất được viết bởi the-edmeister

more options

I have quite a few addons installed of which many are activated when you click on their icon in the addon bar. I'm looking for a way to group addons together so they only take up a single spot and are ordered together with like addons. You can group bookmarks into folders and I'd like to find a way to do the same with my addons in the addon bar.

I have quite a few addons installed of which many are activated when you click on their icon in the addon bar. I'm looking for a way to group addons together so they only take up a single spot and are ordered together with like addons. You can group bookmarks into folders and I'd like to find a way to do the same with my addons in the addon bar.

Giải pháp được chọn

The Add-ons Bar is no longer a default feature in Firefox. Few add-on developers create add-ons to support another add-on.

Overall, the code to group "buttons" in a folder on any toolbar (if that was even possible), [except for the Bookmarks Toolbar], would be complex and might involve user coding for each "button". I ran into that with this UserStyle - https://userstyles.org/styles/107442/fx29-menu-panel-horizontal-icons - where I hit the limit of my knowledge with the Fx29+ versions. Apparently some add-ons use new code that Fx29+ versions can handle, while others probably adapted code from older versions of Firefox that doesn't "translate" well. With those add-ons each user made need to do some coding for some of their toolbar buttons; not something I want to get into.

No, I'm not an add-on developer, but I have "rescued" a few add-ons that were abandoned after a major Firefox update so I could keep using them. So I have some knowledge of the various ways to code a toolbar button; regular single function button - with a drop-marker menu - and with a contextual menu.

Đọc câu trả lời này trong ngữ cảnh 👍 1

Tất cả các câu trả lời (3)

more options

Separate Issue; Your System Details shows;

Installed Plug-ins

Shockwave Flash 16.0 r0 Shockwave Flash 15.0 r0

Having more than one version of a program may cause issues.

Grab the uninstaller from here: Uninstall Flash Player | Windows Uninstall Flash Player | Mac Then reinstall the latest version.

Flash Player v16.0.0.257 https://www.adobe.com/products/flashplayer/distribution3.html


Go to the Mozilla Add-ons Web Page {web link} (There’s a lot of good stuff here) and search for what you want.


These add-ons can be a great help by backing up and restoring Firefox

FEBE (Firefox Environment Backup Extension) {web link} FEBE allows you to quickly and easily backup your Firefox extensions, history, passwords, and more. In fact, it goes beyond just backing up -- It will actually rebuild your saved files individually into installable .xpi files. It will also make backup of files that you choose.

OPIE {web link} Import/Export extension preferences

Được chỉnh sửa bởi FredMcD vào

more options

OK, now I only have Flash 16 installed on the computer from which my message was posted.

So, is there a way to group add-ons into folders in the add-ons bar? I didn't find anything in the add-ons web page that enables this.

more options

Giải pháp được chọn

The Add-ons Bar is no longer a default feature in Firefox. Few add-on developers create add-ons to support another add-on.

Overall, the code to group "buttons" in a folder on any toolbar (if that was even possible), [except for the Bookmarks Toolbar], would be complex and might involve user coding for each "button". I ran into that with this UserStyle - https://userstyles.org/styles/107442/fx29-menu-panel-horizontal-icons - where I hit the limit of my knowledge with the Fx29+ versions. Apparently some add-ons use new code that Fx29+ versions can handle, while others probably adapted code from older versions of Firefox that doesn't "translate" well. With those add-ons each user made need to do some coding for some of their toolbar buttons; not something I want to get into.

No, I'm not an add-on developer, but I have "rescued" a few add-ons that were abandoned after a major Firefox update so I could keep using them. So I have some knowledge of the various ways to code a toolbar button; regular single function button - with a drop-marker menu - and with a contextual menu.