gyng / save-in

WebExtension for saving media, links, or selections into user-defined directories
MIT License
205 stars 25 forks source link

Separate "save from tab strip" command. #88

Closed ZzzZombi closed 5 years ago

ZzzZombi commented 6 years ago

Hi there. Is it possible to put the saving from tab strip (for firefox, of course) commands to the default right click context menu? Or any other way to reach that menu apart from clicking on a tab?

I'm asking because I hide the default tab strip on Firefox and use a vertical tab bar addon that only emulates the default tab context menus and naturally save-in's tab commands are not visible there.

It's not a huge deal, obviously. Just asking to get an idea.

DanaMW commented 6 years ago

Hey Ng I wanted to chime in on this before you thought to long to mention that maybe it would be easier to add another class to the menus since we already have access to them and might allow [:]Entering extension commands. (or more) Was just a thought. :)

gyng commented 6 years ago

@ZzzZombi I don't think it's quite possible since it's done through the web extensions API directly. It might be possible to put some of the more useful commands inside the right-click submenu as well, but I'll have to investigate that.

@DanaMW I don't understand what you're suggesting, can you clarify?

gyng commented 5 years ago

@ZzzZombi I think this is implemented in Firefox 64, and doesn't need any change in save-in. It seems to work fine in Tree Style Tab 2.6.8 with FF64. I'll mark this as solved; please reopen if needed.