On May 31, 8:51 am, Kodak <
krzysztof.cho...@gmail.com> wrote:
> If I understand correctly "carpet bombing" was about
> downloading executables without user's authority.
Carpet bombing (without looking it up) to me means downloading more
files than I would want. I've never seen a site that does multiple
downloads, but perhaps a flickr or picasa web album could make use of
a multi-download feature.
It's very unlikely that Chrome would simply remove the limit on
multiple downloads. Also the downloading user experience might not be
that highly prioritized, but users could perhaps make it prioritized.
I guess no good download managers for Chrome exist? And for sites like
rapidshare I guess it is by design they make sure that no download
managers should be usable; instead rapidshare sell prioritized access
and perhaps have some built-in download manager instead?
That being said; I do agree that the download feature of Chrome isn't
impressive in any way. Perhaps an experimental javascript API to hook
in just before the multi-download-warning and before the download bar
gets shown could be an easy path to solve your specific problem at
least temporarily. An experimental API would also allow javascript-
programmers to create mock-ups of how a download manager could look
and behave.
If I could have API access, I would:
- replace the full length download bar (shelf) at the browser bottom
with something simpler that can be extented to a more complete
vertical list view, grouping downloads by site and optionally page
within the site, in case I have several downloads from same site. The
simplest download indicator I can imagine is a spinner animation with
a number showing how many files are still not finished downloading.
The number inside the spinner shows only when there is more than one
download going on. The spinner could perhaps work like the existing
chrome download spinner/indicator.
- replace confirm-buttons with something intelligent:
* For many websites I might want to accept with "Yes, always for
this website"
* The dangerous/executable file warning just shows a cropped
filename, so not much for me to go on in deciding. So I always accept.
This could be replaced with something more intelligent.
- file integrity checking -- some download sites offer md5/sha1 codes
to verify the file. For those it could be OK to download the file
silently (no executable/dangerous warnings), then verify md5/sha1, do
virus checking (perhaps optionally even do this early, looking up the
declared sha/md5 in an online virus DB?). If nothing seems wrong the
file is shown 100% DONE and is made available as usual; but if
something is wrong then a short easy to read message can be shown.
How *you* would like a perfect browser to behave when downloading
files?
Are there some download managers that you like, and what is great
about them? I tried GetRight in the 90:s, but haven't since felt the
need for a download manager. In the old days you would typically need
to restart a download many times over before you would get the
complete file, and maybe modern browsers do exactly this silently and
invisibly.