Google Chrome Extension - Programmatically Open Popup -
when make google chrome extension can choose have "default_popup", there way programmatically open popup?
there no direct way open popup programmatically. however, if you're looking open based on keyboard shortcut, can use commands api _execute_browser_action
command (the api available on beta channel only).
Comments
Post a Comment