Chrome Hiding Extension Icons By Default

2 min read
Chrome Hiding Extension Icons By Default

Back in June 2019, Google Chrome started hiding extension icons by default when users first install a new extension. This can be very frustrating as a developer that users may not know how to “Pin” the extension to their toolbar. In my case, my Weather Extension, Link Shortener Extension, and Bitcoin Extension are all toolbar extensions that need to be pinned for easy access.

Instead of allowing extension icons to appear one after another to the right of the search box, the Chrome Extensions Platform team is trying out a design change that hides the graphical buttons in a menu accessed by a puzzle piece icon. Personally, I believe this is causing a lot of confusion and needs to be changed. If the extension has a click action, it needs to be pinned by default. This would allow the user to immediately see the extension and try it. Then they can always unpin it later. To me it’s strange to install something then it disappear into the menu.

Their goal with this new UI is to make it easier for users to see what extensions can access their data. I do like the fact that extensions now show what type of permissions and data they access.

Hopefully, a future update will change the default action for extensions to be pinned if they have an action when clicked.