Clear Downloads

This extension clears and hides the download bar on download completion

Clear Downloads란 무엇입니까?

Clear Downloads은(는) https://www.dicode.nl에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension clears and hides the download bar on download completion"입니다.

Clear Downloads 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Clears the Downloads list on every download completion to force the download bar to disappear when all downloads are complete.                    

확장 프로그램 기본 정보

이름 Clear Downloads Clear Downloads
ID ddagcmmgpaibmjkiobcgggeiblnjnfkm
공식 URL https://chromewebstore.google.com/detail/clear-downloads/ddagcmmgpaibmjkiobcgggeiblnjnfkm
설명 This extension clears and hides the download bar on download completion
파일 크기 13.34 KB
설치 횟수 737
현재 버전 0.2.1
최근 업데이트 2015-01-09
출시 날짜 2015-01-09
평점 4.31/5 총 16 개의 평점
개발자 https://www.dicode.nl
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clear Downloads",
    "short_name": "dicldds",
    "description": "This extension clears and hides the download bar on download completion",
    "version": "0.2.1",
    "author": "dicode VOF",
    "permissions": [
        "downloads",
        "browsingData"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}