Download Button
This extension replaces the download bar with a button in the toolbar, where you can manage your downloads.
Download Button란 무엇입니까?
Download Button은(는) Luca-Miguel Christiansen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension replaces the download bar with a button in the toolbar, where you can manage your downloads."입니다.
확장 프로그램 스크린샷
Download Button 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |