Auto Resume Downloads
Chrome extension that automatically resumes downloads.
Auto Resume Downloadsคืออะไร?
Auto Resume Downloads เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dwapps และคุณลักษณะหลักของมันคือ "Chrome extension that automatically resumes downloads."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto Resume Downloads
ดาวน์โหลดไฟล์ส่วนขยาย Auto Resume Downloads ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
It is an open source Chrome extension that can automatically resume downloads that have been stopped for unintended reasons. The full source code of the program is publicly available on GitHub, and anyone can contribute if there is a bug or improvement. If you leave the switch on, it will automatically resume downloading paused in the background. You can manually set the time interval to trigger the resume and also check the program usage log. Usage. 1. Tap the icon to open the window. 2. Turn on the switch to run the program. The program will resume automatically stopped downloads in the background (⚠️If the program does not work properly, click the toggle button a few times and try again) 3. Checking "Apply to paused items" setting will automatically resume the download that you paused. 4. "Check time interval" sets the time interval for scanning stopped downloads. 5. Settings take effect when the apply button is pressed. 6. All events are recorded and visible on the log tab.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Auto Resume Downloads |
ID | pifbhionjpacnpjoaomhdpbekkdphdgd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/auto-resume-downloads/pifbhionjpacnpjoaomhdpbekkdphdgd |
คำอธิบาย | Chrome extension that automatically resumes downloads. |
ขนาดไฟล์ | 1.07 MB |
จำนวนการติดตั้ง | 10,000 |
เวอร์ชันปัจจุบัน | 1.1.1 |
อัปเดตครั้งล่าสุด | 2024-01-14 |
วันที่เผยแพร่ | 2021-02-16 |
คะแนน | 3.81/5 รวมทั้งหมด 72 คะแนน |
ผู้พัฒนา | dwapps |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/Dongw1126/Auto_Resume_Download |
URL หน้าช่วยเหลือ | https://github.com/Dongw1126/Auto_Resume_Download |
ภาษาที่รองรับ | en,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.1.1", "default_locale": "en", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_popup": "popup.html" }, "permissions": [ "storage", "downloads" ], "background": { "service_worker": "background.js", "type": "module" }, "manifest_version": 3 } |