Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

Can I sync my toolbar customizations between computers?

  • 2 件の返信
  • 8 人がこの問題に困っています
  • 24 回表示
  • 最後の返信者: cor-el

more options

Can I sync my toolbar customizations between computers?

Can I sync my toolbar customizations between computers?

選ばれた解決策

The toolbar customization is stored in browser.uiCustomization.state

You would need to create sync browser.uiCustomization.state and have a corresponding services.sync.prefs.sync.* that is set to true to include this pref for syncing.

  • services.sync.prefs.sync.browser.uiCustomization.state = true
この回答をすべて読む 👍 4

すべての返信 (2)

more options

If the systems are the same, yes. BUT if they are different (type systems, versions . . .) if may cause issues with preferences.

https://support.mozilla.org/en-US/kb/how-do-i-set-sync-my-computer How do I set up Sync on my computer?

more options

選ばれた解決策

The toolbar customization is stored in browser.uiCustomization.state

You would need to create sync browser.uiCustomization.state and have a corresponding services.sync.prefs.sync.* that is set to true to include this pref for syncing.

  • services.sync.prefs.sync.browser.uiCustomization.state = true