princesust
princesust

Reputation: 148

Is there any way to pin a Chrome extension automatically when installing?

I am developing a chrome extension. Recently I saw that when a chrome extension installed it's not showing in the toolbar. There is an extension toolbar icon. When I clicked that icon it shows all the installed extension then I need to pin those extensions which I want to show in the toolbar. Is there any way automatically pin my extension? So that the extension icon will be automatically visible in the toolbar. Because most of the users complaining that extension is not showing. On my extension when users click the toolbar icon it opens a popup.

Upvotes: 7

Views: 5313

Answers (2)

Kartikeya Gullapalli
Kartikeya Gullapalli

Reputation: 131

No. For UI purposes Chrome has decided to make no way to pin your chrome extension. You can read more on the reasoning here:

https://groups.google.com/a/chromium.org/g/chromium-extensions/c/rOso__zU_sM/m/UTxbb5gnAgAJ

Upvotes: 1

ALUFTW
ALUFTW

Reputation: 2492

No. There is no way anymore to pin your chrome extension automatically.

Source:

https://support.google.com/chrome/thread/62469131?hl=en

Upvotes: 8

Related Questions