I am making a Google Chrome extension and I would like to have my background page to cause the browser action's popup page to show after an event. Can this be done?
Thanks
I am making a Google Chrome extension and I would like to have my background page to cause the browser action's popup page to show after an event. Can this be done?
Thanks
I've looked through the API again, and I can't find any function to trigger a browser action remotely. I think the only way is to have it clicked by the user. In what situation would this be desirable though?
Hi,
You cannot show/hide a browser action nor you can trigger a popup to open. If you need something to show, did you consider using HTML5 notifications?