Skip to content

Instantly share code, notes, and snippets.

@macmule
Last active November 21, 2021 16:45
Show Gist options
  • Select an option

  • Save macmule/6eba4545dcccc481450ec24628c1c793 to your computer and use it in GitHub Desktop.

Select an option

Save macmule/6eba4545dcccc481450ec24628c1c793 to your computer and use it in GitHub Desktop.
<key>NSToolbar Configuration BrowserToolbarIdentifier</key>
<dict>
<key>TB Default Item Identifiers</key>
<array>
<string>BackForwardToolbarIdentifier</string>
<string>com.mycomany.extension-myDeveloperID identifier</string>
<string>CloudTabsToolbarIdentifier</string>
<string>ShareToolbarIdentifier</string>
<string>InputFieldsToolbarIdentifier</string>
<string>ShowDownloadsToolbarIdentifier</string>
</array>
<key>TB Display Mode</key>
<integer>2</integer>
<key>TB Icon Size Mode</key>
<integer>1</integer>
<key>TB Is Shown</key>
<integer>1</integer>
<key>TB Item Identifiers</key>
<array>
<string>BackForwardToolbarIdentifier</string>
<string>CloudTabsToolbarIdentifier</string>
<string>ShareToolbarIdentifier</string>
<string>com.mycomany.extension-myDeveloperID identifier</string>
<string>InputFieldsToolbarIdentifier</string>
<string>ShowDownloadsToolbarIdentifier</string>
</array>
<key>TB Size Mode</key>
<integer>1</integer>
</dict>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment