Skip to content

Commit

Permalink
Add manual instructions for Edge support
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored Oct 31, 2020
1 parent 39d6e57 commit 3e9fbe3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion en/collect/jabref-browser-extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,18 @@ Most JabRef installations include the necessary files, so test the extension bef
REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla\NativeMessagingHosts\org.jabref.jabref" /ve /d "C:\path\to\jabref.json" /f
```

For Chrome/Opera/Brave/Vivaldi and other chromium based browser support
For Chrome/Opera/Brave/Vivaldi and other chromium based browser support:

```text
REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Google\Chrome\NativeMessagingHosts\org.jabref.jabref" /ve /d "C:\path\to\jabref-chrome.json" /f
```

For Edge support:

```text
REG ADD "HKEY_LOCAL_MACHINE\Software\Microsoft\Edge\NativeMessagingHosts\org.jabref.jabref" /ve /t REG_SZ /d "C:\path\to\jabref.json" /f
```

You may need to change the root `HKEY_LOCAL_MACHINE` to `HKEY_CURRENT_USER` if you don't have admin rights.

### Linux
Expand Down

0 comments on commit 3e9fbe3

Please sign in to comment.