You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+120Lines changed: 120 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,3 +118,123 @@ The alternative method is to call the globally available function `createHarmony
118
118
You can raise an issue in the [issue tracker](https://github.com/harmonydata/harmony/issues), and you can open a [pull request](https://github.com/harmonydata/harmony/pulls).
119
119
120
120
Please contact us at https://harmonydata.ac.uk/contact or write to thomas@fastdatascience.com if you would like to be involved in the project.
121
+
122
+
# Harmony Browser Extensions
123
+
124
+
Browser extensions for sending selected text to Harmony. Available for Chrome, Firefox, and Safari.
125
+
126
+
## Features
127
+
128
+
- Right-click to send selected text to Harmony
129
+
- Popup interface for pasting text from PDFs
130
+
- Seamless integration with Harmony Data platform
131
+
- Cross-browser support
132
+
133
+
## Development
134
+
135
+
The extensions are built using vanilla JavaScript and browser-specific Extension APIs. Each browser extension is located in its own directory:
0 commit comments