How to Integrate SingleFile-MV3 into a Browser Extension #17
Unanswered
tangxiaoqi-tangxiao
asked this question in
Q&A
Replies: 1 comment
-
Here's a complete example in the ZIP file. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have configured manifest.json and background.js according to the documentation, but when I execute await extension.getPageData in content.js, it indicates that extension does not exist. I am not sure what the reason is. I am not very experienced with browser extension development and might be making some simple mistakes without realizing it.
Here is my code:
manifest.json
background.js:
content.js:
Beta Was this translation helpful? Give feedback.
All reactions