andy-portmen / open-in

Send URLs from one browser to another one
http://add0n.com/open-in.html
172 stars 113 forks source link

Two identical menu options with Open In Gimp extension #75

Open trlkly opened 1 year ago

trlkly commented 1 year ago

Unlike the other Open In extensions I've tried (Open In Chrome, Open in Firefox), the Open In Chrome extension for some reason includes two (right click) context menu options, and both seem to do the same thing. And having two options forces it to a submenu, which makes it slightly less convenient to use.

It does this both in Google Chrome and Microsoft Edge.

Based on my own experience with web development, my guess is that Chrome is firing some event twice, and you expect only once. My usual method of dealing with this is to do some sort of check to see if the item is already present.

trlkly commented 1 year ago

Slight correction to the above: Both options do the same thing if the system is set to download the image first. If it's set to just send the URL, only the bottom option works.