We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can't seem to be able to add css to inject.js (the file containing injectApp) in any way, how to import/require/?
(I tried adding '< link > ' of cdn-hosted stylesheet in background.html to no avail, it won't read it. )
Thank you!
The text was updated successfully, but these errors were encountered:
You can try chrome.tabs.executeScript like inject bundle usage, it can also load css file.
chrome.tabs.executeScript
Sorry, something went wrong.
@jhen0409 can you give an example?
No branches or pull requests
I can't seem to be able to add css to inject.js (the file containing injectApp) in any way, how to import/require/?
(I tried adding '< link > ' of cdn-hosted stylesheet in background.html to no avail, it won't read it. )
Thank you!
The text was updated successfully, but these errors were encountered: