Downloads Notification
Move your download list from the fat bottom bar to Chrome Notification Center
What is Downloads Notification?
Downloads Notification is a Chrome extension developed by ethan, and its main feature is "Move your download list from the fat bottom bar to Chrome Notification Center".
Extension Screenshots
Download Downloads Notification Extension CRX File
Download Downloads Notification extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Hide the fat Download bar at the bottom of the browser window! This super small extension helps you track your downloads in Chrome Notification Center. This extension asks for only two permissions, "manage your downloads" and "open downloaded files".
Extension Basic Information
Name | |
ID | anjjjfijgdpgeaiaedajhnpkdalegmih |
Official URL | https://chrome.google.com/webstore/detail/downloads-notification/anjjjfijgdpgeaiaedajhnpkdalegmih |
Description | Move your download list from the fat bottom bar to Chrome Notification Center |
File Size | 7.16 KB |
Installation Count | 1,312 |
Current Version | 1.5 |
Last Updated | 2014-08-29 |
Publish Date | 2014-08-29 |
Rating | 3.81/5 Total 32 Ratings |
Developer | ethan |
[email protected] | |
Payment Type | free |
Help Page URL | https://chrome.google.com/webstore/support/anjjjfijgdpgeaiaedajhnpkdalegmih#question |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Downloads Notification", "description": "Move your download list from the fat bottom bar to Chrome Notification Center", "version": "1.5", "icons": { "128": "icon.png" }, "permissions": [ "downloads", "downloads.shelf", "downloads.open", "notifications" ], "background": { "scripts": [ "background.js" ], "persistent": false } } |