auto-resume downloads
This extension allows the user to auto resume downloads that have failed due to non-human error.
auto-resume downloadsคืออะไร?
auto-resume downloads เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mabney11 และคุณลักษณะหลักของมันคือ "This extension allows the user to auto resume downloads that have failed due to non-human error."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย auto-resume downloads
ดาวน์โหลดไฟล์ส่วนขยาย auto-resume downloads ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows the user to auto resume downloads that have failed due to non-human error. Failed downloads will attempt to resume within one minute of failing. Does not resume downloads that have been cancelled manually or that have been cancelled via browser shut down.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | auto-resume downloads |
ID | cklhieaaomjcmlaeopmeidpfdjjogjaf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/auto-resume-downloads/cklhieaaomjcmlaeopmeidpfdjjogjaf |
คำอธิบาย | This extension allows the user to auto resume downloads that have failed due to non-human error. |
ขนาดไฟล์ | 3.39 KB |
จำนวนการติดตั้ง | 11,989 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2018-08-25 |
วันที่เผยแพร่ | 2018-08-24 |
คะแนน | 3.27/5 รวมทั้งหมด 131 คะแนน |
ผู้พัฒนา | mabney11 |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "auto-resume downloads", "description": "This extension allows the user to auto resume downloads that have failed due to non-human error.", "version": "1.0.2", "background": { "scripts": [ "auto-resume-download.js" ] }, "permissions": [ "downloads", "alarms" ] } |