Always Clear Downloads 2
A Google Chrome Extension to always clear the downloads list of all completed downloads.
Always Clear Downloads 2란 무엇입니까?
Always Clear Downloads 2은(는) Sugarbranch, Inc.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Google Chrome Extension to always clear the downloads list of all completed downloads."입니다.
확장 프로그램 스크린샷
Always Clear Downloads 2 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extensions fixes the original Always Clear Downloads (https://chrome.google.com/webstore/detail/cpbmgiffkljiglnpdbljhlenaikojapc) that can no longer be installed since Google discontinued support for extensions using manifest.json version 1 (see https://developer.chrome.com/extensions/manifestVersion) * Version 2.1 - This version modernizes the code to use the most recent Chrome APIs. Should also prevent the extension from going inactive. This version requires more permissions so you will have to re-enable the extension. The new permission simply allows the extension to access the download shelf. * Versions 2.1.1 & 2.1.2 - Misc. bug fixes * Version 2.1.3 - Clear download list along with hiding the download shelf. * Version 2.1.4 - Fix issue with multiple downloads * Version 2.1.5 - Removed download shelf permission; Updated manifest to version 3 The source for this extension can be found at https://github.com/tsuliwaensis/AlwaysClear --- This Google Chrome extension makes up for the fact that Chrome does not have an option to keep its download list clear at all times. You can clear the downloads list yourself by hand, but Chrome currently doesn't have an option to automatically clear it for you. This extension does it for you automatically. This extension works in a very simple way: Every five seconds, the downloads list is cleared out for you. Don't worry, the files you downloaded are still there, and in-progress downloads are not harmed. Chrome's internal list simply gets cleaned up for you every five seconds.
확장 프로그램 기본 정보
이름 | Always Clear Downloads 2 |
ID | jcajchndfkmnaefkhoaoiagemplbfffn |
공식 URL | https://chromewebstore.google.com/detail/always-clear-downloads-2/jcajchndfkmnaefkhoaoiagemplbfffn |
설명 | A Google Chrome Extension to always clear the downloads list of all completed downloads. |
파일 크기 | 15.47 KB |
설치 횟수 | 24,382 |
현재 버전 | 2.1.5 |
최근 업데이트 | 2022-06-15 |
출시 날짜 | 2019-08-24 |
평점 | 4.34/5 총 50 개의 평점 |
개발자 | Sugarbranch, Inc. |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/tsuliwaensis/AlwaysClear |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "description": "A Google Chrome Extension to always clear the downloads list of all completed downloads.", "manifest_version": 3, "name": "Always Clear Downloads 2", "page_action": { "default_icon": { "128": "AlwaysClearDownloads.png", "16": "AlwaysClearDownloads.png", "32": "AlwaysClearDownloads.png", "48": "AlwaysClearDownloads.png" } }, "permissions": [ "downloads" ], "version": "2.1.5" } |