chrome-extensions-samples
chrome-extensions-samples copied to clipboard
During Manifest V3 chrome extension development, how to include and use other js files into the extension?
During Manifest V3 chrome extension development, how to include and use other js files into the extension, such as seajs , jquery , and many other js libraries? Thanks.
You can include the files in extension folder or use import
or fetch()
.
can you provide a simple, working example, I think I know the solution.
You would just include the static file in the project's directory.