How to open Browser_Action from content.js? Is it even possible?
问题 I am working on a chrome extension that allows users to open the browser_action by pressing a keystroke that THEY have assigned from the options-page . I would like to use document.onkeyup = function(){ Chrome.runtime.openPopup(); }; or something along those lines... I know that this Particular Extension API ( runtime. openPopup ) only functions for mozilla firefox . I am building this extension for Chrome & Opera so this is not an option for me. How might I go about this? Would it be through