Download Button
This extension replaces the download bar with a button in the toolbar, where you can manage your downloads.
Download Buttonคืออะไร?
Download Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Luca-Miguel Christiansen และคุณลักษณะหลักของมันคือ "This extension replaces the download bar with a button in the toolbar, where you can manage your downloads."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Download Button
ดาวน์โหลดไฟล์ส่วนขยาย Download Button ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
You want to replace your download bar in Chrome, that appears when you start a download? Then is this extension exactly the right one for you, this extension replaces the download bar with a button in the toolbar, where you can manage your downloads. What can you do with the extension: - Drag and drop your downloaded file in a other folder - View your past downloads - View your active downloads with progress - Open the folder, where the downloaded file is saved to - Delete a download out of your history - Delete all downloads out of your history
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Download Button |
ID | hgkcmjmbbndapaffflkmgmmmdpgmipje |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/download-button/hgkcmjmbbndapaffflkmgmmmdpgmipje |
คำอธิบาย | This extension replaces the download bar with a button in the toolbar, where you can manage your downloads. |
ขนาดไฟล์ | 16.43 KB |
จำนวนการติดตั้ง | 294 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2022-03-15 |
วันที่เผยแพร่ | 2022-03-10 |
คะแนน | 4.33/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Luca-Miguel Christiansen |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | de,en,en-GB,en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Download Button", "description": "This extension replaces the download bar with a button in the toolbar, where you can manage your downloads.", "version": "1.0.0", "default_locale": "en", "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_title": "Downloads", "default_icon": { "16": "\/icons\/x16\/logo.png", "32": "\/icons\/x32\/logo.png", "48": "\/icons\/x48\/logo.png", "128": "\/icons\/x128\/logo.png" } }, "icons": { "16": "\/icons\/x16\/logo.png", "48": "\/icons\/x48\/logo.png", "128": "\/icons\/x128\/logo.png" }, "permissions": [ "downloads", "downloads.shelf" ] } |