Skip to content
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

Can't add Chrome extension to app #94

Closed
msi-matthew opened this issue Jul 19, 2019 · 6 comments
Closed

Can't add Chrome extension to app #94

msi-matthew opened this issue Jul 19, 2019 · 6 comments

Comments

@msi-matthew
Copy link

msi-matthew commented Jul 19, 2019

I'd like to add a chrome extension after a web app is created.

There doesn't seem to be an integration for this.

@eladnava
Copy link
Owner

Hi @msi-matthew,
Please clarify.

I'm not sure what you're looking to get done.

@msi-matthew
Copy link
Author

It would be nice to be able to run extensions within these web apps.

e.g. https://chrome.google.com/webstore/detail/adblock-plus-free-ad-bloc/cfhdojbkjhnklbpkdaibdccddilifddb?hl=en

@eladnava
Copy link
Owner

eladnava commented Jul 19, 2019

Ah, understood. Unfortunately since we use Chrome Packaged Apps to embed the target web app using the <webview> tag, other Chrome Extensions can't hook their way inside and affect the displayed webpage.

However, there is a workaround that involves using a built-in Chrome app packaging feature:
#25 (comment)

Please try and let me know if it works.

Related: #21.

@msi-matthew
Copy link
Author

msi-matthew commented Jul 19, 2019

Hm... that flag / feature doesn't appear to exist anymore.

@eladnava
Copy link
Owner

@msi-matthew It's most likely built-in and enabled by default now.

On Mac:

3 dots icon in top right -> More Tools -> Create Shortcut.

@msi-matthew
Copy link
Author

Awesome. Thank you!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants