auto-resume downloads
This extension allows the user to auto resume downloads that have failed due to non-human error.
auto-resume downloads là gì?
auto-resume downloads là một tiện ích mở rộng Chrome được phát triển bởi mabney11, và tính năng chính của nó là "This extension allows the user to auto resume downloads that have failed due to non-human error.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng auto-resume downloads
Tải xuống các tệp mở rộng auto-resume downloads dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | auto-resume downloads |
ID | cklhieaaomjcmlaeopmeidpfdjjogjaf |
URL Chính Thức | https://chromewebstore.google.com/detail/auto-resume-downloads/cklhieaaomjcmlaeopmeidpfdjjogjaf |
Mô tả | This extension allows the user to auto resume downloads that have failed due to non-human error. |
Kích Thước Tệp | 3.39 KB |
Số Lần Cài Đặt | 11,989 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2018-08-25 |
Ngày Phát Hành | 2018-08-24 |
Đánh Giá | 3.27/5 Tổng số 131 Đánh Giá |
Nhà Phát Triển | mabney11 |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |