Mozilla 도움말 검색

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

Learn More

Where are the extension button locations stored?

  • 2 답장
  • 0 이 문제를 만남
  • 26 보기
  • 최종 답변자: 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?

선택된 해결법

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.

문맥에 따라 이 답변을 읽어주세요 👍 1

모든 댓글 (2)

more options

선택된 해결법

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!