gyng / save-in

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

Save current page #30

Closed Maboroshy closed 6 years ago

Maboroshy commented 6 years ago

Thanks for the great add-on! Could you consider adding a context menu item to the save the current page. It would be very useful.

gyng commented 6 years ago

Landed in 1.6.0, disabled by default.

Maboroshy commented 6 years ago

Thanks, I can save current page now. But it works differently than original save function of Firefox. I get no _files directory with media, only web page. Enabling save dialog doesn't resolve this.

Is there any way to fix this to have both .htm and _files directory for complete web page?

gyng commented 6 years ago

Until chrome.pageCapture shows up in the web extension API, there is no easy way of doing this in Firefox.

https://developer.chrome.com/extensions/pageCapture