-
Hi I was wondering if this was possible? I would like to use the contents scripts when a button is pressed within the popup. So on click event send a message to the background worker to execute the content ui script. All permissions are enabled for scripting. I get the "could not load file" error. This could be due to it not being added to the Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This is something we'd love to have in the framework but we haven't gotten to building it out just yet. The way to get something similar is to hide your CSUI and then send a message to it from the background service worker when you want it to "appear" (aka become visible) But we'll eventually support exactly what you want to do here. |
Beta Was this translation helpful? Give feedback.
This is something we'd love to have in the framework but we haven't gotten to building it out just yet.
The way to get something similar is to hide your CSUI and then send a message to it from the background service worker when you want it to "appear" (aka become visible)
But we'll eventually support exactly what you want to do here.