How send message from background to content script UI
My background.js
And in the content/panel.js
I think there is no issue with permission. I have given the permission below:
"permissions": [
"tabs",
"activeTab"
]
After doing this the extension throws me an error.
Whats the problem with my code? Please explain if you know
And in the content/panel.js
I think there is no issue with permission. I have given the permission below:
"permissions": [
"tabs",
"activeTab"
]
After doing this the extension throws me an error.
Whats the problem with my code? Please explain if you know
