Downloads

Access the folder of the last downloaded file, on click and on completion.

Downloadsคืออะไร?

Downloads เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jad Helou และคุณลักษณะหลักของมันคือ "Access the folder of the last downloaded file, on click and on completion."

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

screenshot

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

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

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

                        Access the folder of the last downloaded file.
Opens automatically the folder of the downloaded file when finished.
If the file was deleted, the extension opens the default downloads folder.
Option to remove the downloads bar (right click on the Download's icon > Disable Download Bar).
Opens the downloads history when the the file is in progress.                    

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

ชื่อ Downloads Downloads
ID lhoaelbjeonfhepipmfnioojpmfaaipf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/downloads/lhoaelbjeonfhepipmfnioojpmfaaipf
คำอธิบาย Access the folder of the last downloaded file, on click and on completion.
ขนาดไฟล์ 102 KB
จำนวนการติดตั้ง 54
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2022-03-28
วันที่เผยแพร่ 2017-08-10
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Jad Helou
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Downloads",
    "version": "1.5",
    "manifest_version": 3,
    "description": "Access the folder of the last downloaded file, on click and on completion.",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "64": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_title": "Downloads"
    },
    "permissions": [
        "background",
        "downloads",
        "downloads.shelf",
        "contextMenus",
        "storage"
    ]
}