No More Duplicates

Avoid downloads of files you already have!

No More Duplicates란 무엇입니까?

No More Duplicates은(는) Jakob Sennerby에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Avoid downloads of files you already have!"입니다.

확장 프로그램 스크린샷

screenshot

No More Duplicates 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Sometimes you might forget that you have already downloaded certain files which creates duplicates in your hard drive. This small and lightweight extension helps you to avoid these duplicate downloads and can even save you some bandwidth.

When initiating a download the extension will check if the file already exists. If it does exist, you will be provided with a few options whether you want to download it anyway or open the already existing file.

Simple and elegant!                    

확장 프로그램 기본 정보

이름 No More Duplicates No More Duplicates
ID cjbfhofimhehhnllibmhammbemaboleh
공식 URL https://chromewebstore.google.com/detail/no-more-duplicates/cjbfhofimhehhnllibmhammbemaboleh
설명 Avoid downloads of files you already have!
파일 크기 12.03 KB
설치 횟수 10,000
현재 버전 1.4
최근 업데이트 2020-03-27
출시 날짜 2020-03-27
평점 3.85/5 총 48 개의 평점
개발자 Jakob Sennerby
이메일 [email protected]
결제 유형 free
지원되는 언어 en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png",
        "16": "images\/icon16.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "downloads",
        "downloads.open",
        "notifications"
    ],
    "web_accessible_resources": [
        "js\/*",
        "images\/*"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "version": "1.4",
    "description": "__MSG_extDescription__",
    "default_locale": "en"
}