-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
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
How to connect dev-tools #912
Comments
Using other extensions within your popup window is not allowed because it would imply that an extension, which is a standalone bundle, shares a direct connection with another extension, posing a severe security risk. This is due to Chrome's strict Content Security Policy (CSP) restrictions, not an issue with this repository. Here's what you can try:
Alternatives:
Summary:While there are workarounds, developing and debugging your Vue.js application outside the Chrome extension environment is often the most effective approach. This ensures that you can use tools like Vue Devtools without running into CSP-related issues. |
@MishaYanov Manifest v3 prohibits the use of |
My solution was working up until the last update - you could try to update the patch provided. It has one flaw - HMR does not work with it |
Build tool
Vite
Where do you see the problem?
Describe the bug
I'm using Vite-CRX with Vue and can't find a way to connect Vue DevTools to my extension.
Is there any solution or documentation available for this?
Reproduction
1
Logs
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: