Modern Download Manager browser action extension
commit6d0aba64b4c5e150e9775bf8ef134a6f1690a90e
authorbenjhayden@chromium.org <benjhayden@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Tue, 30 Jul 2013 15:20:46 +0000 (30 15:20 +0000)
committerbenjhayden@chromium.org <benjhayden@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Tue, 30 Jul 2013 15:20:46 +0000 (30 15:20 +0000)
tree4400af5fac8fbc5c837ce00f40c892938b255fc0
parentaaf76d62e23ba313fa96f3e1c044e7570dea478a
Modern Download Manager browser action extension

Some of the features depend on https://codereview.chromium.org/16924017/
After that CL and this are submitted, I'll upload this to the webstore and start getting the By Google tag.

If you have a canary/dev/beta channel chrome installed or have a binary built from ToT and you're on the google network, go to
http://www.corp.google.com/~benjhayden/
right-click "download_manager.crx", Save Link As, open chrome://extensions and drag download_manager.crx from the shelf and drop it on chrome://extensions to install it.
If you install it on the stable channel, it will invite you to install the beta channel.

R=asanka@chromium.org, asargent@chromium.org, mkwst@chromium.org

Review URL: https://codereview.chromium.org/17286017

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@214356 0039d316-1c4b-4281-b951-d872f2087c98
16 files changed:
chrome/common/extensions/docs/examples/api/downloads/download_manager/_locales/en/messages.json [new file with mode: 0644]
chrome/common/extensions/docs/examples/api/downloads/download_manager/background.js [new file with mode: 0644]
chrome/common/extensions/docs/examples/api/downloads/download_manager/icon128.png [new file with mode: 0644]
chrome/common/extensions/docs/examples/api/downloads/download_manager/icon19.png [new file with mode: 0644]
chrome/common/extensions/docs/examples/api/downloads/download_manager/icon38.png [new file with mode: 0644]
chrome/common/extensions/docs/examples/api/downloads/download_manager/icons.html [new file with mode: 0644]
chrome/common/extensions/docs/examples/api/downloads/download_manager/icons.js [new file with mode: 0644]
chrome/common/extensions/docs/examples/api/downloads/download_manager/manifest.json [new file with mode: 0644]
chrome/common/extensions/docs/examples/api/downloads/download_manager/popup.css [new file with mode: 0644]
chrome/common/extensions/docs/examples/api/downloads/download_manager/popup.html [new file with mode: 0644]
chrome/common/extensions/docs/examples/api/downloads/download_manager/popup.js [new file with mode: 0644]
chrome/common/extensions/docs/examples/api/downloads/download_open/_locales/en/messages.json [new file with mode: 0644]
chrome/common/extensions/docs/examples/api/downloads/download_open/background.js [new file with mode: 0644]
chrome/common/extensions/docs/examples/api/downloads/download_open/icon128.png [new file with mode: 0644]
chrome/common/extensions/docs/examples/api/downloads/download_open/icon16.png [new file with mode: 0644]
chrome/common/extensions/docs/examples/api/downloads/download_open/manifest.json [new file with mode: 0644]