Recent Download

Manage users' recent downloaded items!

什么是Recent Download?

Recent Download是由https://www.windows10mycomputer.com开发的Chrome扩展程序,该扩展的主要功能是“Manage users' recent downloaded items!”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Recent Download扩展crx文件

下载Recent Download扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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).                    

扩展基本信息

名称 Recent Download Recent Download
ID abmbeknhkchhaalbjkbehhfbibcmogbe
官方URL https://chromewebstore.google.com/detail/recent-download/abmbeknhkchhaalbjkbehhfbibcmogbe
简介 Manage users' recent downloaded items!
文件大小 247 KB
安装次数 960
当前版本 0.1.1
更新时间 2018-11-28
上架时间 2018-11-27
评分 5.00/5 共2次评分
开发者 https://www.windows10mycomputer.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.windows10mycomputer.com
支持的语言 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"
    ]
}