Problem
I want to show a popup window or a sidebar window on webpages when the user clicks on a Context Menu item(which I create through my extension ba
You can either use option 1b (using sidebar.js
as content script
) or option 2(using iframe
).
But I would prefer option 2 because :