jpd-breader
jpd-breader copied to clipboard
Hotkeys always operate on the currently hovered word, even when the popup is open for another word. This is confusing to users. It would be good if there was some...
Possibly in the browser popup? Integrate with toasts too. Also related to #21
The UI works fine in most cases, but there are some things I think it can improve user experience as well fix some bugs related. Here are some ideas: -...
Setting the show popup hotkey to none should always show the popup on hover.
Currently, the only way to see that your sentence is too long is by submitting it and getting an error message. It would be nicer if there was client-side validation...
On Firefox: `browser.scripting.registerContentScripts` or `browser.contentScripts.register` On Chrome: `chrome.scripting.registerContentScripts` (MV3 only) Blocked by #43 on Chrome
The `tabs` permission is very broad, and is reported as "Access all your data on all websites" by browsers. This really shouldn't be necessary. Currently, the parse buttons in the...
Current blockers: - No support for background service workers in Firefox - Possible workaround: Continue using background pages on Firefox (would require two separate manifests) - No support for `DOMParser`...