Google Chrome extension installed popup

一曲冷凌霜 提交于 2019-12-13 04:46:59

问题


While installing the Google extensions form chrome web store it shows some popup like "Google Chrome extension is now installed".

I want similarly, while login I need to show the login popup.

Please suggest me on this.


回答1:


You can create either a browser action or a page action popup. You can change popup html dynamically to make it look completely different depending on the situation but you can't open it programmatically (desktop notifications could be used for alerts).



来源:https://stackoverflow.com/questions/4756338/google-chrome-extension-installed-popup

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!