TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: A Chrome extension that prevents duplicate downloads

30 pointsby yefim323about 12 years ago

7 comments

alexsb92about 12 years ago
Can't wait to try this out. Some of the course files on my university's website are in .docx format instead of .pdf and I always forget I've downloaded them before, so by the end of the semester I end up with 7 copies of the same file.<p>As an aside, one of the problems I've had with certain Chrome Extensions is that the Chrome Webstore is telling me that "This application is not supported on this computer. Installation has been disabled." I started noticing this when I upgraded to Win 8 from my Win 7, and when I looked it up it was something about NPAPI plugins being disabled for Chrome on Windows 8. However this [1] and [2] make it seem that this is only for Chrome in metro mode, but I've been getting this message in Desktop mode as well. Now I don't know anything about Chrome extensions and file system access, but it would be great if it can be coded using some other kind of plugin. There is a workaround for Chrome/Win8 [3] but it does require a bit of work and it will put people off from installing it if they have to jump through those hoops.<p>[1] (<a href="https://groups.google.com/forum/#!topic/tincr-for-chrome-devtools/q_cXN5l6kkU" rel="nofollow">https://groups.google.com/forum/#!topic/tincr-for-chrome-dev...</a>)<p>[2] (<a href="http://blog.chromium.org/2012/07/npapi-plug-ins-in-windows-8-metro-mode.html" rel="nofollow">http://blog.chromium.org/2012/07/npapi-plug-ins-in-windows-8...</a>)<p>[3] ()<a href="http://blog.chromium.org/2012/07/npapi-plug-ins-in-windows-8-metro-mode.html" rel="nofollow">http://blog.chromium.org/2012/07/npapi-plug-ins-in-windows-8...</a>
评论 #5469278 未加载
yefim323about 12 years ago
Source is up here: <a href="https://github.com/yefim323/Have-I-Downloaded-This-Before" rel="nofollow">https://github.com/yefim323/Have-I-Downloaded-This-Before</a>
quasqueabout 12 years ago
It's a good idea, but downloading something from the same URL (or filename fragment from an URL) does not necessarily imply that it's a duplicate. Would be interesting to see something similar to this extension that uses attributes sent at the start of an HTTP response - e.g. entity tag or content length - for duplicate checking.
评论 #5469331 未加载
jes5199about 12 years ago
I don't want a choice! I want it to do the right thing.
pulakabout 12 years ago
What happens if I've deleted the file from my downloads folder? Is that considered to be "downloaded before"?
评论 #5469951 未加载
gaileesabout 12 years ago
What's the point? I don't mind downloading it right there again at all...
评论 #5469345 未加载
drivebyacct2about 12 years ago
How about one that just keeps it from closing when there is a download in progress? So frustrating when that happens.