开发者

How do I load my extension on chrome startup?

开发者 https://www.devze.com 2023-02-08 01:35 出处:网络
I have developed a google chrome extension and I have a badge on the icon that displays a number. When I start the browse开发者_如何学Gor the badge is not displayed. So I think I have to load the ex

I have developed a google chrome extension and I have a badge on the icon that displays a number.

When I start the browse开发者_如何学Gor the badge is not displayed. So I think I have to load the extension when chrome browser was started.

Is that possible?


Code in a background page is executed when a new browser window is created.

0

精彩评论

暂无评论...
验证码 换一张
取 消