unintended / download-organizer-chrome-extension

Chrome extesion that allows you to set custom download locations with a flexible regexp-based rules.
MIT License
69 stars 10 forks source link

Add support for referrer title #27

Closed nibras-reeza closed 5 years ago

unintended commented 5 years ago

I don't think it's possible, we can only use the fields of https://developers.chrome.com/extensions/downloads#type-DownloadItem

nibras-reeza commented 5 years ago

Thank you for considering.

It might be possible to look up the title from a different request? Although I doubt this would be a clean solution.

Many websites do not really have a meaningful URL or file name.

For example, if you take bug tracking sites, they usually have only an ID in URL and nothing descriptive.

unintended commented 5 years ago

I got your intention, bot I don't want to extend the tool this way, it will require more premissions and will not be a clean solution as you mentioned.