-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Install browser extension automatically on Windows #11924
Install browser extension automatically on Windows #11924
Conversation
Hi, @CraftyDH! Can you tell me what exactly you did in the PR? "Install extension automatically" - what does this mean? It means it will install an extension in background without my consent? Or maybe not? Never heard of |
@InAnYan as per the Chrome documentation (linked in the issue), I have added the extension into the registry to request install. This was achieved by adding some code into the This means that when Chrome/Edge is next opened, it will download and inform the user that the extension has been externally added and if they would like to enable or remove it. |
@CraftyDH, what a strange API... Do I understand properly, that extension are not directly installed, but this rather just a request to install, right? Is there any way to add some checkboxes to installer like Oh, and it would be nice if you left a comment in the |
@InAnYan I am fine with this approach. This wsf stuff and Wix installer toolset is a hell (we needed it at work to customize a jpackage service installation). However some comments would be nice |
It is weird,.. We would really appreciate a followup PR for Firefox if you like? |
Co-authored-by: Christoph <siedlerkiller@gmail.com>
Co-authored-by: Christoph <siedlerkiller@gmail.com>
Co-authored-by: Christoph <siedlerkiller@gmail.com>
Installs the JabRef browser extension on app install, closes #6076.
Implemented for both Chrome and Edge.
Mandatory checks
CHANGELOG.md
described in a way that is understandable for the average user (if applicable)