emvaized / selecton-extension

Selecton provides popup with actions on text selection in all major browsers
Other
76 stars 18 forks source link

[Feature Request] Usage of Firefox/browser search engines as Selecton search engines #54

Closed BthereDthat closed 1 year ago

BthereDthat commented 1 year ago

It would be nice to be able to synchronize Selecton search engines list with browser one. IMVHO that option might even be the default one...

It looks like possible at first glance: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/search

emvaized commented 1 year ago

I considered integrating this option initially, but the problem is - this API is supported only in Firefox, and not in Chrome or it's derivates, which makes up about 4/5 of the total user base of this extension. And since my initial goal was to have the same codebase and feature set among all browsers, this idea was declined

BthereDthat commented 1 year ago

OK :|