Download Box

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

Download Boxคืออะไร?

Download Box เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Matthew Brown และคุณลักษณะหลักของมันคือ "Replace Chrome's downloads shelf with a popup menu to manage your downloads."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Download Box

ดาวน์โหลดไฟล์ส่วนขยาย Download Box ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Download Box Download Box
ID khnpnladjopoijohibadononlfbmfhpo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/download-box/khnpnladjopoijohibadononlfbmfhpo
คำอธิบาย Replace Chrome's downloads shelf with a popup menu to manage your downloads.
ขนาดไฟล์ 110 KB
จำนวนการติดตั้ง 1,062
เวอร์ชันปัจจุบัน 1.3.0
อัปเดตครั้งล่าสุด 2022-08-24
วันที่เผยแพร่ 2022-02-02
คะแนน 4.60/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Matthew Brown
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/matthew-e-brown/download-box
URL หน้าช่วยเหลือ https://github.com/matthew-e-brown/download-box/issues
ภาษาที่รองรับ 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"
    ]
}