My current project requires opening/activating popup.html (browserAction) from content script? I have read a few answers that say, it's not possible because of security concern.
E.g Ans: How can I open my extension's pop-up with JavaScript?
If that's the case, then how Chrome Bookmark Manager extension does it when CTRL+D shortcut is pressed?