Download Box

Replace Chrome's downloads shelf with a popup menu to manage your downloads.

Download Box là gì?

Download Box là một tiện ích mở rộng Chrome được phát triển bởi Matthew Brown, và tính năng chính của nó là "Replace Chrome's downloads shelf with a popup menu to manage your downloads.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Download Box 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

                        Get rid of Chrome's downloads shelf at the bottom of your screen and replace it with a nice popup in the top bar.

Features include:

- Pagination
- Show-in-folder button
- Copy the URL a file came from
- Retry failed downloads
- File-size and estimated time remaining
- Pause in-progress downloads (right click)
- Dark theme and Light theme, following system preference
- Open source

A full changelog for any updates can be found here: https://github.com/matthew-e-brown/download-box/releases                    

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

Tên Download Box Download Box
ID khnpnladjopoijohibadononlfbmfhpo
URL Chính Thức https://chromewebstore.google.com/detail/download-box/khnpnladjopoijohibadononlfbmfhpo
Mô tả Replace Chrome's downloads shelf with a popup menu to manage your downloads.
Kích Thước Tệp 110 KB
Số Lần Cài Đặt 1,062
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2022-08-24
Ngày Phát Hành 2022-02-02
Đánh Giá 4.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Matthew Brown
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/matthew-e-brown/download-box
URL Trang Trợ Giúp https://github.com/matthew-e-brown/download-box/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Download Box",
    "description": "Replace Chrome's downloads shelf with a popup menu to manage your downloads.",
    "version": "1.3.0",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png",
        "256": "icons\/256x256.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Downloads",
        "default_icon": {
            "16": "icons\/16x16.png",
            "24": "icons\/24x24.png",
            "32": "icons\/32x32.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "downloads",
        "downloads.open",
        "downloads.shelf"
    ]
}