-
Notifications
You must be signed in to change notification settings - Fork 49
Feature Request: add support for loading chrome extensions #6
Comments
Okay i will try to implement this feature soon. |
@iamKunal I am trying to make some useful extensions to work with this app, for example:
|
They are yet to merge a pr for the new ui upman/gchat-copy#10 |
@ankurk91 What about tampermonkey support? The only issue might be adding scripts via the UI. For e.g. https://github.com/myreli/chat-extended |
|
Just saw https://github.com/sentialx/electron-extensions |
i am not in favor of loading extension from hard disk path, i am using this one |
just share my tried (worst). after the browser loaded, try to inject the content js (used to work with old chat) using window.webContents.executeJavaScript(customScript); After search, found that chrome-extension have privileges to run on all_frames option. |
I am closing this issue for several reasons
|
There are some useful extension the chrome web store that I miss after I moved to the electron client.
E.g. https://chrome.google.com/webstore/detail/google-chat-thread-links/aogkhbmeeckelbhfemleoajbglamokbc
It would be nice to either have their features available or allow people to load their own extensions (via https://www.electronjs.org/docs/tutorial/devtools-extension) even if supplied via the config folder.
The text was updated successfully, but these errors were encountered: