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!”。
擴展截圖
下載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 |
ID | cjbfhofimhehhnllibmhammbemaboleh |
官方網址 | 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" } |