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
官方網址 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"
    ]
}