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ファイルをダウンロード

No More Duplicates拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
}