Auto Resume Downloads
Chrome extension that automatically resumes downloads.
Auto Resume Downloads란 무엇입니까?
Auto Resume Downloads은(는) dwapps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome extension that automatically resumes downloads."입니다.
확장 프로그램 스크린샷
Auto Resume Downloads 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |