Cute Save Button 的评价
Cute Save Button 作者: Deil
Firefox 用户 13362271 的评价
评分 5 / 5
来自 Firefox 用户 13362271,7 年前Been looking for addons like this as quite a few similar "no Save-As window" addons broke with the switch to webextensions. One issue (perhaps due to limitations with webextensions): It seems like saving images is done by making a separate additional request for the file and then downloading it, rather than using the existing cached data. As a result, if the image file is deleted from the hosting server between being first viewed and then saved using this addon, it will instead download an empty file/404 error page contents into the filename (a common occurrence on sites like 4chan). Not sure if it's possible to get around this with the new API, but would be great if it could somehow default to the original cached data if available before attempting another download.
开发者回应
发布于 7 年前I'd like to do this as well, but sadly with WebExtensions it's not possible, at least atm.
Downloading via WebExtensions API uses cache to some extent, most of the times (still not always for some reason) already loaded images are downloaded instantly. But there's no way to strictly specify to use/not use cached data.
Downloading via WebExtensions API uses cache to some extent, most of the times (still not always for some reason) already loaded images are downloaded instantly. But there's no way to strictly specify to use/not use cached data.