Tobias Diez
Tobias Diez
> but I do not have the folders /Library/Microsoft/Edge/NativeMessagingHosts/, ~/Library/Application Support/Microsoft Edge {Beta}/NativeMessagingHosts/. Then please create them and otherwise follow the documentation. @LyzardKing can we install the manifest automatically as...
> I also looked at the script /Applications/JabRef.app/Contents/Resources/jabrefHost.py and the shebang line already points to python3 location where python3 is indeed available, Ah, I should have looked it up. With...
Good points, I've opened https://github.com/JabRef/jabref/issues/8400 to track this.
I'm sorry for the inconvenience caused. This error points to an issue with the config, but sadly the browsers don't give much detail about the particular problem. https://developer.chrome.com/docs/apps/nativeMessaging/#native-messaging-debugging suggests to...
I think to get a truly unique identifier one would need GUIDs or something similar. If the key is just a simple combination of author, year and abbreviated title, then...
That's a good idea, and would be possible to implement using https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/downloads/download. We should also add an option that enables this in-the-browser download behavior, as some people may not want...
Closing this issue due to inactivity :zzz: Please reopen the issue with additional information if the problem persists.
Is there a possibility to recognize the snap version of Firefox? Then I could show a specific explanation in this case. @tbsexton could you run the example from https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/runtime/getBrowserInfo in...
I think this would be a nice addition, indeed! @Siedlerchr @LyzardKing could you try to create the xcode project as described in https://developer.apple.com/documentation/safariservices/safari_web_extensions/converting_a_web_extension_for_safari. I don't have a Mac, so this...
@Siedlerchr that seems to be helpful: https://developer.apple.com/documentation/safariservices/safari_app_extensions/building_a_safari_app_extension#2957926