With all due respect, sir, there are a ton of people out there who
would be better off with the resumer, even if they're not technical
enough to know it. Anyone with a shaky wifi connection, a weekend with
dialup, anything that could disrupt a large download... and there's
the user, fist in the air, yelling at the sky in anguish because that
file he downloaded is now a useless, unfinishable stump on his disk,
and all the time he's spent downloading it is wasted. Good job, the
default download manager just screwed him over rather completely, and
he blames the browser.
Part of the reason we hate feature bloat (and yes, that "we" does
include me) is that in the end, it alienates the non-techy users, much
like seeing the array of controls in an airplane cockpit or space
shuttle. Chrome is designed around simplicity of interface, that's why
it's so great (that and sandboxing and HTML5 and so on). But the
casual user is not going to know to download a whole seperate program
just for download resuming, and to be perfectly honest, *they really
shouldn't have to.* I can think of no legitimate reason not include a
simple, universally useful feature that will make an ant-sized
footprint in the UI and codebase. It's not a power user tool, it's an
everybody tool. While bandwidth limiting is more the under-the-hood
sort of thing, and much less of a priority, I strongly suggest
integrating a resume function.
And no, Mr. Allen, building an extension to do this is not only
completely impossible, but anyone who's worked with the API would
burst out laughing at the poor sap who tries. Those kind of tools
don't exist in the API yet, and probably never will, at least for a
long time. Even forwarding download requests to a separate manager is
a fairly hopeless cause, though not quite as bad. While I like the
idea, in theory, of having more periphery features done in extensions,
Chrome simply doesn't let extensions cuddle that close to the inner
workings of the browser.
On Jun 29, 7:40 am, S D Allen <
stephen.d.al...@gmail.com> wrote:
> Nah this should be what a download mgr if for; Don't want feature bloat,
> please. Most people don't require this except power users IMO.
>
>
>
>
>
> On Tue, Jun 29, 2010 at 10:28 AM, Rainfly <
campadrena...@yahoo.com> wrote:
> > Thank you, Fernando. I'd almost forgotten about this thread, since
> > I've gone on to make extensions, which is why I can say from
> > experience that any attempt to use extensions to control downloading
> > is going to be hacky and ugly, partly because it's circumventing a
> > perfectly functional internal download manager for a few good
> > features. It has to be able to do things that extensions simply can't
> > right now, like catching context menu events and rerouting them to an
> > external download manager. There's no good way to do it, except to dig
> > into the Chrome source code and write it into the browser itself.
>
> > > > > > Subject: [chromium-discuss] Re: Limit bandwidth when downloading
> > and resume
> > > > > > download.
>
> > > > > > > Subject: [chromium-discuss] Limit bandwidth when downloading and
> > resume
>
> > > > > > > download.
>
> > > > > --
> > > > > Cheers,
> > > > > Steve
> > > > > ###############################################
> > > > > My Social Profile @Google;
http://bit.ly/ddD1gv
> > > > > ################################################
>
> --
> Cheers,
> Steve
> ###############################################
> My Social Profile @Google;
http://bit.ly/ddD1gv
> ################################################
On Jun 29, 9:25 am, S D Allen <
stephen.d.al...@gmail.com> wrote:
> Sending back to the list as it looks like it was sent to me by mistake;
>
> Ben; I'm not a google/chromium developer. But I agree it could be an
> extension if required.
>
>
>
> ---------- Forwarded message ----------
> From: Ben <
benjo...@gmail.com>
> Date: Tue, Jun 29, 2010 at 11:16 AM
> Subject: Re: [chromium-discuss] Re: Limit bandwidth when downloading and
>
> resume download.
> To:
stephen.d.al...@gmail.com
>
> For what it's worth, couldn't you make a simple extension with an NPAPI
> plugin that was configured to handle application/octet-stream (or whatever),
> and pipe it to a download manager application?
>
> On Tue, 29 Jun 2010 10:40:48 -0400
> S D Allen <
stephen.d.al...@gmail.com> wrote:
>
> > Nah this should be what a download mgr if for; Don't want feature bloat,
> > please. Most people don't require this except power users IMO.
>