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? |
|
@CraftyDH Do you follow the JDK developments? In JDK24, they do not create Noticed at #12990 Internal link: https://github.com/JabRef/jabref-issue-melting-pot/issues/867 |

Installs the JabRef browser extension on app install, closes #6076.
Implemented for both Chrome and Edge.
Mandatory checks
CHANGELOG.mddescribed in a way that is understandable for the average user (if applicable)