Downloads

Quick access button to the download page

What is Downloads?

Downloads is a Chrome extension developed by Clean & Simple, and its main feature is "Quick access button to the download page".

Extension Screenshots

screenshot

Download Downloads Extension CRX File

Download Downloads 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

                        Quickly access the downloads window  by clicking the icon instead of taking the "long way" (Tools/Downloads).

Very useful for those who download a lot.                    

Extension Basic Information

Name Downloads Downloads
ID jfchnphgogjhineanplmfkofljiagjfb
Official URL https://chromewebstore.google.com/detail/downloads/jfchnphgogjhineanplmfkofljiagjfb
Description Quick access button to the download page
File Size 24.75 KB
Installation Count 413,983
Current Version 2
Last Updated 2014-04-09
Publish Date 2014-04-09
Rating 4.19/5 Total 2725 Ratings
Developer Clean & Simple
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Downloads",
    "description": "Quick access button to the download page",
    "version": "2",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "19": "19.png"
        }
    },
    "background": {
        "persistent": true,
        "page": "background.html"
    }
}