Recent Download

Manage users' recent downloaded items!

Recent Download là gì?

Recent Download là một tiện ích mở rộng Chrome được phát triển bởi https://www.windows10mycomputer.com, và tính năng chính của nó là "Manage users' recent downloaded items!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Recent Download

Tải xuống các tệp mở rộng Recent Download dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Recent Download Recent Download
ID abmbeknhkchhaalbjkbehhfbibcmogbe
URL Chính Thức https://chromewebstore.google.com/detail/recent-download/abmbeknhkchhaalbjkbehhfbibcmogbe
Mô tả Manage users' recent downloaded items!
Kích Thước Tệp 247 KB
Số Lần Cài Đặt 960
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2018-11-28
Ngày Phát Hành 2018-11-27
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://www.windows10mycomputer.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.windows10mycomputer.com
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}