When you make a Google Chrome Extension you can choose to have a “Default_Popup”, is there any way to programmatically open the popup?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is no direct way to open the popup programmatically. However, if you’re looking to open it based on a keyboard shortcut, you can use the commands API with the
_execute_browser_actioncommand (the API is currently available on the beta channel only).