
Can I sync pinned extensions?
I have a lot of extensions, and each time I get to a new device, I have to configure again which extensions are pinned to the overflow menu and which to hide. Is there a way to automate this? I'd also be fine writing a script if I knew the location this is saved at.
Všetky odpovede (1)
Looks like this state is stored in the browser.uiCustomization.state pref in the nav-bar (pinned) and unified-extensions-area (not pinned) arrays, but I'm not sure whether it is a good idea to manipulate this pref. Anyway, since extensions are managed via their UUID (extensions.webextensions.uuids) which are unique on each device, it would be impossible to transfer this state between profiles.