up209d / ResourcesSaverExt

Chrome Extension for one click downloading all resources files and keeping folder structures.
GNU General Public License v3.0
1.65k stars 337 forks source link

Type filter before download #55

Open hospotho opened 2 years ago

hospotho commented 2 years ago

In toDownload array there is type of each content image

Can you add a filter in UI something like below to pick which kind of content to be download?

//random github page
[...new Set(toDownload.map(item=>item.type))]
> (7) ['image', 'document', 'stylesheet', 'sm-stylesheet', 'sm-script', 'script', 'other']
avicoder commented 1 year ago

This is must have.