Download

Access chrome download page. Find your downloaded files

What is Download?

Download is a Chrome extension developed by https://chromeplayground.blogspot.com, and its main feature is "Access chrome download page. Find your downloaded files".

Extension Screenshots

screenshot
screenshot

Download Download Extension CRX File

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

                        Where's my downloaded files? My Downloads help you access you downloads page in Chrome!

What's New in 1.3.0:
- Added offline support
- Imporoved memory usuage                    

Extension Basic Information

Name Download Download
ID nccjoeeljedbmkidebclpoabijggpbdp
Official URL https://chromewebstore.google.com/detail/download/nccjoeeljedbmkidebclpoabijggpbdp
Description Access chrome download page. Find your downloaded files
File Size 28.71 KB
Installation Count 156,616
Current Version 1.3.0
Last Updated 2015-07-13
Publish Date 2015-07-12
Rating 4.31/5 Total 1026 Ratings
Developer https://chromeplayground.blogspot.com
Payment Type free
Supported Languages de,en,fil,fr,ca,da,et,es,fi,cs,el,bg,ru,bn,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon_128_128.png",
        "default_title": "My downloads",
        "default_popup": "popup.html"
    },
    "short_name": "Downloads",
    "default_locale": "en",
    "description": "Access chrome download page. Find your downloaded files",
    "icons": {
        "128": "icon_128_128.png",
        "16": "icon_16_16.png",
        "32": "icon_32_32.png",
        "48": "icon_48_48.png"
    },
    "name": "Download",
    "permissions": [
        "tabs"
    ],
    "version": "1.3.0",
    "offline_enabled": true
}