Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

Where are the extension button locations stored?

  • 2 réponses
  • 0 a ce problème
  • 23 vues
  • Dernière réponse par tln3

more options

I'm wondering where the buttons for extensions/add-ons have their locations stored? I.e. I might have a tab-renamer extension button on one row, and firefox relay, privacy mode, and adblocker on another row. Obviously what row and what positions in the row the buttons occupy(relative index perhaps) are stored, but where?

I'm wondering where the buttons for extensions/add-ons have their locations stored? I.e. I might have a tab-renamer extension button on one row, and firefox relay, privacy mode, and adblocker on another row. Obviously what row and what positions in the row the buttons occupy(relative index perhaps) are stored, but where?

Solution choisie

Normally the toolbar customization is stored in the browser.uiCustomization.state pref that you can inspect on the about:config page.

This pref stores its data in JSON format, so you can possibly save this data in a file and open this file in a tab.

Lire cette réponse dans son contexte 👍 1

Toutes les réponses (2)

more options

Solution choisie

Normally the toolbar customization is stored in the browser.uiCustomization.state pref that you can inspect on the about:config page.

This pref stores its data in JSON format, so you can possibly save this data in a file and open this file in a tab.

more options

Thank you very much!