Recent Download

Manage users' recent downloaded items!

What is Recent Download?

Recent Download is a Chrome extension developed by https://www.windows10mycomputer.com, and its main feature is "Manage users' recent downloaded items!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Recent Download Extension CRX File

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

                        Rencent Download enhanced version, you can sort and view files, and you can share to mobile phone (only support windows 10, you need to download UWP version of my computer).                    

Extension Basic Information

Name Recent Download Recent Download
ID abmbeknhkchhaalbjkbehhfbibcmogbe
Official URL https://chromewebstore.google.com/detail/recent-download/abmbeknhkchhaalbjkbehhfbibcmogbe
Description Manage users' recent downloaded items!
File Size 247 KB
Installation Count 960
Current Version 0.1.1
Last Updated 2018-11-28
Publish Date 2018-11-27
Rating 5.00/5 Total 2 Ratings
Developer https://www.windows10mycomputer.com
Email [email protected]
Payment Type free
Extension Website https://www.windows10mycomputer.com
Supported Languages en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Recent Download",
    "version": "0.1.1",
    "manifest_version": 2,
    "default_locale": "zh_CN",
    "description": "Manage users' recent downloaded items!",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        },
        "default_title": "Recent Download",
        "default_popup": "defult.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "downloads",
        "downloads.open",
        "downloads.shelf"
    ]
}