I have a content script which injects a button to th开发者_高级运维e document. I want to open the extension's popup when the button is clicked.
You cannot open the extension's popup programmatically. That is by design. Perhaps you can use a page action instead?
Good Luck!
精彩评论