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

Is there a way for apps to make use of Chrome extensions? #21

Open
9Morello opened this issue Aug 14, 2016 · 5 comments
Open

Is there a way for apps to make use of Chrome extensions? #21

9Morello opened this issue Aug 14, 2016 · 5 comments

Comments

@9Morello
Copy link

Hello, thanks for making this.
Is there a way to make the application use other installed extensions, such as uBlock Origin?

@eladnava
Copy link
Owner

eladnava commented Aug 15, 2016

Thanks for your input!

Unfortunately, other extensions can't run within applicationized apps currently as we use Chrome's packaged extensions feature along with a webview which prohibits this:
https://bugs.chromium.org/p/chromium/issues/detail?id=422805

I am thinking of changing the way Applicationize works to avoid this and many other pitfalls of using Chrome packaged apps.

@eladnava eladnava reopened this Aug 15, 2016
@9Morello
Copy link
Author

9Morello commented Aug 15, 2016

I see. What would be the different approach for Applicationize to solve this problem? Looking forward to it, good luck!

Edit: I remember that on Linux, the native option of Chromium had my extensions. A shame they removed this feature.

@eladnava
Copy link
Owner

eladnava commented Aug 15, 2016

By not generating a packaged extension -- the solution would be using a different method to embed the target page within a Chrome extension, similar to this:
http://computers.tutsplus.com/tutorials/quick-tip-make-a-chrome-app-shortcut-for-any-web-app--cms-21221

However, when I tried that method, it didn't create any launchpad / start menu shortcuts to launch the app. But it did allow extensions to run.

@bvasilchik
Copy link

this would be an amazing feature. the company I'm with switched to using slack for messaging and there is no dark theme. People have made themes using chrome extensions and I thought what a great way to get an app plus the theme but unfortunately it didn't work and now I know why

@eladnava
Copy link
Owner

eladnava commented Oct 17, 2016

A workaround for supporting extensions is mentioned in #25 (comment). Extensions work within these "bookmarked" apps.

@eladnava eladnava changed the title Works like a charm on El Capitan, is there a way for apps to make use of browser extensions? Is there a way for apps to make use of browser extensions? Nov 4, 2016
@eladnava eladnava changed the title Is there a way for apps to make use of browser extensions? Is there a way for apps to make use of Chrome extensions? Nov 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants