Downloads Button
Simple material design styled downloads button - shortcut to chrome:downloads
What is Downloads Button?
Downloads Button is a Chrome extension developed by edgrd, and its main feature is "Simple material design styled downloads button - shortcut to chrome:downloads".
Extension Screenshots
Download Downloads Button Extension CRX File
Download Downloads Button 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
Extension Basic Information
Name | |
ID | bkklakohoopldjemonegiljanblejcoi |
Official URL | https://chrome.google.com/webstore/detail/downloads-button/bkklakohoopldjemonegiljanblejcoi |
Description | Simple material design styled downloads button - shortcut to chrome:downloads |
File Size | 3.74 KB |
Installation Count | 1,000 |
Current Version | 1.2.4 |
Last Updated | 2017-07-06 |
Publish Date | 2017-07-06 |
Rating | 4.44/5 Total 9 Ratings |
Developer | edgrd |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "button.png", "default_title": "Downloads" }, "icons": { "48": "button.png" }, "description": "Simple material design styled downloads button - shortcut to chrome:downloads", "name": "Downloads Button", "permissions": [ "tabs" ], "version": "1.2.4", "manifest_version": 2, "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx" } |