Download Shelf Autohide

Download Shelf Autohide

Hides the download shelf when all downloads complete

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Daniel Herr",
  "manifest_version": 2,
  "name": "Download Shelf Autohide",
  "version": "2",
  "description": "Hides the download shelf when all downloads complete",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "homepage_url": "https://googledrive.com/host/0B9_ds1FPyRuZYTFDeE1SNHdPc0E/",
  "permissions": [
    "downloads",
    "downloads.shelf",
    "storage"
  ],
  "icons": {
    "128": "icon.png"
  },
  "options_page": "options.html"
}