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
It would be nice to also enable Extension options popup panel like other extensions do.
This seems to need interaction for the extension icon so that when users click the icon to invoke an action it can invoke a feature or open a popup. See https://developer.chrome.com/docs/extensions/develop/ui#actions
I think a popup makes it easier to use for users.
In the popup the options could include some direct toggles ON/OFF sliders for some Regex patterns like the following:
Create links only for the following found patterns:
[ ] - Entity ID wrapped in double quotes ex. "Q1234"
[ ] - Entity ID pattern found in <code> spans ex. <code>P180=Q5</code>
It would be nice to also enable Extension options popup panel like other extensions do.
This seems to need interaction for the extension icon so that when users click the icon to invoke an action it can invoke a feature or open a popup. See https://developer.chrome.com/docs/extensions/develop/ui#actions
I think a popup makes it easier to use for users.
In the popup the options could include some direct toggles ON/OFF sliders for some Regex patterns like the following:
Details: https://developer.chrome.com/docs/extensions/develop/ui/add-popup
The text was updated successfully, but these errors were encountered: